OBDC Drivers/Routers?

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi I have used ODBC drivers to make web driven databases they are also useful for accessing Excel and text files in different formats, most database software makers can provide microsoft compliant odbc connectors.
The odbc connection has to be set up on the machine (server) ensuring a link to the Application) then the application can be, depending on the permissions read, written, updated,or deleted. here is a typical connection string from an *.asp file
<%
'This is the code to open the database and add or modify client information
set conntemp=server.createobject("adodb.connection")
conntemp.open "wps1","","" %>
this opens a database named in the ODBC connector called wps1 with no password required to use it.
all asp is coded in %> I think .asp is vb based.
If you want any help
you can contact me
Sue
 
Upvote 0
Oop"s as this is an html driven site my code was read but not shown.

'This is the code to open the database and add or modify client information
set conntemp=server.createobject("adodb.connection")
conntemp.open "wps1","",""
add the<% at the beginning and the % and the "more than" to close the statement
Sue
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top