CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ericbk

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,595

    Re: C# to VB converter

    how about just a page, not a tool
    http://codeconverter.sharpdevelop.net/SnippetConverter.aspx
  2. Replies
    1
    Views
    1,083

    Re: connection-finding info in mysql

    Oh man, seems to me you konw to less about ado.net, otherwise I would post you the code you need.
    Even If I consider your "opencon" as a methode as it has to be.
    Using ExecuteQuery needs sqlcommand...
  3. Re: exec what is that for within a sqlstament using with executenonequery?

    Exec ist a keyword to construct the sql-statement with parameters, like here:
    "EXEC ('CREATE TABLE ' + @myTable + '( Yourfields')";

    In that case you the sqlcommand needs to have :
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured