M
MArk
I want to connect to a SQL database (Northwind)
I'm using this code example
dim con as new sqlConnection(strConnectionString)
dim cmd as SQLcommand
Etc etc
Now in the example it says to put
<%@ Import Namespace="System.data.sqlClient" %> somewhere
1. I get a squiggly line under sqlConnection
2. Where do I put <%@ Import Namespace="System.data.sqlClient" %>
It doesn't look like VB code to me and I'm wanting to do the web
stuff in VB
Eventually I want to use the datagrid as in the example but there a
big bit i'm missing if i can't get the above to look right
Thank for any help
MArk
I'm using this code example
dim con as new sqlConnection(strConnectionString)
dim cmd as SQLcommand
Etc etc
Now in the example it says to put
<%@ Import Namespace="System.data.sqlClient" %> somewhere
1. I get a squiggly line under sqlConnection
2. Where do I put <%@ Import Namespace="System.data.sqlClient" %>
It doesn't look like VB code to me and I'm wanting to do the web
stuff in VB
Eventually I want to use the datagrid as in the example but there a
big bit i'm missing if i can't get the above to look right
Thank for any help
MArk