CONNECTIVITY OF SQL 2000 + VB USING ODBC.
steps i Follow-
1) Go to Control panel-->Admintrative Tools-->Double -click
Data sources(ODBC)-->click Add button-->I choose SQL server
(last option), Is it right or wrong option for connecting
to SQL 2000.Then a new screen appears Create a New
dataSource-->in name textbox,we can write anyname--Right or
wrong. suppose i enter sonia, & my server name is .,so I
enter . in server & click next button-->On the Next screen
i have checked the option With Sql server authentication--
>Login Id-sa, Password-->Blank-->Click next button-->Next--
>Finish-->Then I click on button Test Data source-->Mesage
Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok.
These steps we have to do or not for Connectivity using
ODBC.
If yes,then what after these steps we have to do??Plz reply
me early ??Thx in advance.
Answer Posted / vikram
You can used DSN Less Code here (which is more usefull
andimportant insteated of using DSN Coz when you run that
Application on Different PC, then you have to crete DSN
again..)
DSN Less Code for Connection MS ACCESS: or can connect any
db just need to change its provider:
dim con as new adodb.Connection
con.open "provider=microsoft.jet.oledb.4.0;" & "Data
Source= ur db path (there is no space btn Folder and File
Name)"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of Error? In which areas the Error occurs?
Explain the usage of Web Browser Control?
What is FireHouse Cursors?
How would you activate animation control?
Explain the types of Views in Listview Control?
What is instantiating?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How would you access objects created in ActiveX Exe and ActiveX D1T ?
Is it possible to set a shortcut key for label?
Difference between Class Module and Standard Module?
Explain the "cursortype" and "Locktype" in VB?
What is the difference between adodc and adodb in vb?
____ property of menu cannot be set at run time.
How do I call a DLL?