I have created an application using ODBC data sources.it runs on a local machine well. but i want it to run on client machines from central server.the following is the code that i use:
dim myconnection as new odbc.odbcConnection("dsn=cleaners")
myconnection.open
where cleaners is a data source i have manually created in ODBC data sources.
and then uses the connection for inserting,deleting and so on.
can somebody help me with a code that can enable it access the remote machine.
thank you

you are facing problem with which part of the code ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.