SQLHelper Class problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajesh Madhra

    #1

    SQLHelper Class problem

    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



Working...