-
How To change to coding
I have this visual basic coding
Set oConn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\UserName\db\dbname.mdb") & ";" & _
"Persist Security Info=False"
oConn.Open(sConnection)
but i need to use it in Java Script coding.
Anybody can help me to translate that coding into JavaScript Coding?
-
IT IS WORK
Thank you very much Dave
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks