dbWriter Home
IP to Country Look up
Site Map

IP to Country DB

Free Databases:

ASP Code

ASP Links

VB Script functions:
Array
Case/Select
In String (inStr)
Replace

HTML code:
SELECT Color
SELECT Countries
SELECT Language
SELECT State/Province

SQL:

SQL Functions:
Delete leading Char
Get Browser
Long number from IP

Stored Procedures:

SQL Tricks:
Delete ALL duplicates
Delete dup records

MISC
IP Address Owner
MS SQL Server

Mortgage Calcs:
how much is my payment
Loan Amortization
Loan Calculator
Mortgage Calculator
Motrgage Pay Off

dbWriter License

Link to US

Links

Contact US
 

dbWriter Server.CreateObject("ADODB.Connection") connection strings

MS Access 97 and 2000

MS SQL server 6.x/7.x/2000

MySQL MyODBC v2.50, MyODBC v3.51

DSN

<%
DIM strConnString
DIM adoConn

'MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("YOUR_DB.mdb")

'MS Access 2000
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\db\YOUR_DB.mdb"

'MS Access 97 using virtual path
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("YOUR_DB.mdb")

'MS Access 97
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\db\YOUR_DB.mdb"
 

'MS SQL Server 6.x/7.x/2000 (OLEDB connection)
'strConnString = "Provider=SQLOLEDB;Data Source=SERVER_NAME;database=DB_NAME;uid=UID;pwd=PWD;"

'MS SQL Server 6.x/7.x/2000 (ODBC connection)
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME"

'MySQL w/ MyODBC v2.50
'strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME"

'MySQL w/ MyODBC v3.51  (should be in one line only)
'strConnString = "driver={MySQL ODBC 3.51 Driver};
                                  option=16387;server=SERVER_IP;user=UID;password=PWD;DATABASE=DB_NAME;" '

'DSN

'strConnString = "DSN_NAME"

set adoConn = Server.CreateObject("ADODB.Connection")
adoConn.Open strConnString
%>


Partners/Links © 2005 - 2008 dbWriter.com All Rights Reserved
This site is protected by the dbWriter IPtoCountry MS/SQL database!!
Site map | Link to US
Contact Us

Sign up for PayPal and start accepting credit card payments instantly.