Windows Service problem
-
Hi Folks., I have working with windows services. i want to access foxpro database from another database through services. actually .dbf is the database format for foxpro and this structure is normal file structure thats why i get confused . If any one know abt this problem plz share with me. regards, ranandbe
-
Hi Folks., I have working with windows services. i want to access foxpro database from another database through services. actually .dbf is the database format for foxpro and this structure is normal file structure thats why i get confused . If any one know abt this problem plz share with me. regards, ranandbe
Hello Your post is quite unclear!!
ranandbe wrote:
i want to access foxpro database from another database
What do you mean "Database from another database"??
ranandbe wrote:
this structure is normal file structure
What structure?? What file?? dbf?? Well, if you want to connect to a Foxpro database -just like any other database- make an
OLEDbConnection
object with the proper conection string. look in ConnectionStrings.com[^] for that.Regards:rose:
-
Hello Your post is quite unclear!!
ranandbe wrote:
i want to access foxpro database from another database
What do you mean "Database from another database"??
ranandbe wrote:
this structure is normal file structure
What structure?? What file?? dbf?? Well, if you want to connect to a Foxpro database -just like any other database- make an
OLEDbConnection
object with the proper conection string. look in ConnectionStrings.com[^] for that.Regards:rose:
Hi thank u for reply, i have successfully connected the foxpro database through oledb in windows services. but i need the functionality to access the databse from the another one computer(by using services and the same foxpro database). Is this posible if u have a knowledge about this please share with me. ranandbe