Hi every1...
im new to programming so xcuse my dumbness
im doing beginning
VB.net 2003ch16, the DataBase Programming with SQL server.
ive downloaded and installed SQL server, its running in my task bar. i
have xp. i set a password when SQL srv installed, through a command
prompt. My xp pc is called "HPPC"
SQL server is installed on the same pc as
vb.net 2003 professional.
im trying to run the 'dataset example' try it out, i think i have
problems with this parameter:
Dim objConnection As SqlConnection = New _
SqlConnection("server=(local);database=pubs;user id=sa;password=")
Please tell me:
do i have to change these values with my own username and password?
also, where IS the pubs database? is it in
vb.net already or in SQL server?
Hope u guys can help!