Hi folks,
Could some of you help out this newbie to PB? I'm trying to connect to an Access database using:
#db
OpenDatabase(#db, "C:\sampledb\Northwind.mdb",,)
This gets me an syntax error message.
The answer to this and any other helpful thoughts would be appreciated.
Thanx, Pete
Access database connection
Try:
The empty strings are needed.
Code: Select all
OpenDatabase(#db, "C:\sampledb\Northwind.mdb","","")
The empty strings are needed.
Dare2 cut down to size
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada