May 7, 2000 #1 neoncrash Programmer Joined May 7, 2000 Messages 2 Location PH how can u access .mdb databases using visual foxpro 6
May 8, 2000 #2 skelly Programmer Joined Mar 21, 2000 Messages 23 Location US You'd have to create a connection to it as an ODBC data source, then create remove views to it.<br><br>skelly Upvote 0 Downvote
You'd have to create a connection to it as an ODBC data source, then create remove views to it.<br><br>skelly
May 8, 2000 #3 skelly Programmer Joined Mar 21, 2000 Messages 23 Location US Oops, sorry - I meant create *remote* views to it. Upvote 0 Downvote
May 8, 2000 #4 Orion7 Programmer Joined Jul 7, 1999 Messages 17 Location US you can do sql executes to it with the sqlexec command. Upvote 0 Downvote
May 8, 2000 1 Thread starter #5 neoncrash Programmer Joined May 7, 2000 Messages 2 Location PH thanks skelly<br>thanks Orion7 Upvote 0 Downvote