OBDC Drivers/Routers?

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
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,534
Messages
6,120,080
Members
448,943
Latest member
sharmarick

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