Hello,
I am very new to this site. before i start may i first introduce myself
i am 'Jhalil, a beginner Vb6 programmer. i stumbled on this site on my
quest for a code in vb that can connect me to either Microsoft sql or Mysql
server. Infact i was suprised to see people with different programming
problems. That is how i became a member of this good family.
Now can anybody help? i am a beginner in VB 6, i enjoy writing codes
but i do not know much of explicit declaration (option explicit), when i write
codes, i do not decalare, i use only Dataenvironment for my connection, and
my database is "Access" within Vb 6. Now my question:
I have a project containing one form (frm1), Database name Jhalil, Table name
is "Jjb", my database was created at c:\ directory. My form has three labels and
three textfield, lblname,lbladdr ess, lblphone; and txtname,txtaddr ess, and txtphone respectively. Can anyone help me with a code to connect to this database which reside at c:\ "through option" explicit declaration.
I am very new to this site. before i start may i first introduce myself
i am 'Jhalil, a beginner Vb6 programmer. i stumbled on this site on my
quest for a code in vb that can connect me to either Microsoft sql or Mysql
server. Infact i was suprised to see people with different programming
problems. That is how i became a member of this good family.
Now can anybody help? i am a beginner in VB 6, i enjoy writing codes
but i do not know much of explicit declaration (option explicit), when i write
codes, i do not decalare, i use only Dataenvironment for my connection, and
my database is "Access" within Vb 6. Now my question:
I have a project containing one form (frm1), Database name Jhalil, Table name
is "Jjb", my database was created at c:\ directory. My form has three labels and
three textfield, lblname,lbladdr ess, lblphone; and txtname,txtaddr ess, and txtphone respectively. Can anyone help me with a code to connect to this database which reside at c:\ "through option" explicit declaration.
Comment