Header

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.



Driver Scanner 2009 - Free Scan Now

Error: 'Runtime Error 429' while creating ODBC 'DSN' through vbscript

Windows 7 Miscellaneous




Recommended Fix - Fix Windows 7 Errors and Optimize Performance

Reply
  #1 (permalink)  
Old 07-30-2010
Senior Member
 
Join Date: Apr 2009
Posts: 7,245
msnews is on a distinguished road
Default Error: 'Runtime Error 429' while creating ODBC 'DSN' through vbscript

Hi,

I have a vbscript (createdsn.vbs), which will create the oracle ODBC DSN in the system windows7 OS).

I tried to execute this script and receiving the User defined error message as below:

'Create DSN Failed'


Please find the source code below used to create Oracle ODBC.

Set myDSN = New Dsn
CreateTheDSN = myDSN.CreateDSN("ODBCTestDSN","Oracle in OraClient11g_home1","DBTest","","userid","pwd","AP PODBC", true, "")

Please advise on this.

Regards,



More...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Visual C++ Runtime Library Runtime Error! Win7Tech Software 0 04-25-2010 15:30
Windows 7 Microsoft Visual C++ Runtime Library error to terminate runtime Win7Tech Software 0 02-11-2010 14:10
Microsoft Visual C + + Runtime Library - Runtime error on startup of windows 7 Win7Tech Performance 0 01-30-2010 02:12
error notice says-------runtime error, c:/program files/internet explore.exe --WH Win7Tech Gaming 0 01-27-2010 16:50
Getting error can't find script engine "VBscript" for script when running vbscript msnews Windows 7 Miscellaneous 0 09-10-2009 15:34


All times are GMT +1. The time now is 22:08. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0








1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44