SQLHelper Class problem

R

Rajesh Madhra

Hi everybody
I just solved my probem about creating my own assemblies by using the
command line
vbc /nologo /t:library /out:MyClass.dll ... MyClass.vb with your help.
But I still cannot make assembly for SQLHelper class.
After installing Appl. Block Data Access I got a file SQLHelper.vb. When I
tried to use the same command vbc /nologo ....... SQLHelper.vb, i got some
errors. Can someone tell me in detail what is the process to get Appl. block
data Access to work ? I mean can I just run the command from command line
or I have to do some settings before running the vbc command ? In the
SQLHelper.vb I do not see any namespace as it is in my own MyClass.vb which
I made after reading Web Matrix. I am little bit confused. By the way, I do
not have VS.NET.
Thanks a lot
Madhra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top