|
-
Jan 10th, 2000, 11:42 PM
#1
Thread Starter
Lively Member
Does DAO support foxpro as a Database??
I konw the commands needed to connect to an ms access database.
Are the commands for Foxpro the same??
Thanks.
Dan.
-
Jan 10th, 2000, 11:53 PM
#2
Hyperactive Member
Doesn't have the DAO control a connection string builder? (if you drop the ADO recordset control on a form, you can build a connection string with that, copy it to your source and ready (at least that's the way i build my connectionstring...)
-
Jan 10th, 2000, 11:58 PM
#3
Thread Starter
Lively Member
What???
All I want to do is somthing like:
set db=opendatabase("FoxProDatabase")
srt rs=db.openrecordset("MyTable")
ETC........
Is this possible??
-
Jan 11th, 2000, 01:18 AM
#4
Hyperactive Member
Hi,danab!
I believe there is a sample code you are looking for.
http://support.microsoft.com/support.../q161/3/07.asp
Larisa
-
Jan 11th, 2000, 12:39 PM
#5
Frenzied Member
Maybe you could just import your foxpro DB into an Access table. Just an idea.
I'm not sure about DAO, but I know that in my A-Level coursework I used a dBASE database in VB. Foxpro's more or less the same, isn't it? I think I remember it being on the list of database types you could connect straight to a data control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|