Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Access Data
Message
From
15/02/2003 09:36:46
Bahadur Sajwani
Fortune Finanacial Consultany
Karachi, Pakistan
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00747110
Message ID:
00753692
Views:
21
first u create odbc connection to access database
then run sqlconnect() command, this command connect foxpro to access database
then run sqlexec() command and get your required data into any cursor
then copy data from cursor to any foxpro table

example

*assume odbcname is accessdata

a=sqlconnect(accessdata)
sqlexec(a,"select * from emp",'cursor1')
select * from cursor1 into table table1

hope it will help u
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform