Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dicolas

    SQL & VB DATE COMPARISON

    Hi guys, I'm looking for the best way to compare SQL date with VB date (only date - not time). This way needs to work wathever the SQL dateformat and login language in use. In a query, I'm using something like : "... AND CONVERT(DATETIME, CONVERT(INT, CONVERT(FLOAT, MySqlDate))) = '&quot...
  2. dicolas

    ODBC : How to access to a server on another domain?

    Effectively, once the account is accepted by both domains, it works fine. Good job JJayUK & great thanks.
  3. dicolas

    ODBC : How to access to a server on another domain?

    Hello, I would like to know if it's posible to define a Data Source Name (through ODBC) for reach a server on another domain than current mine. On this far domain, I've created a NT & SQL login with all grant access. With my ODBC administrator, I've put the \\IP address of the remote server...
  4. dicolas

    How have a list with all the SQL server in my entire network?

    thank you very much. Have a nice day. Mine is beginning fine. Hi MattU
  5. dicolas

    How have a list with all the SQL server in my entire network?

    Hi, I would like to automatically create an ODBC DSN. But I don't know how to retrieve the available SQL server in my network (such as the list you can find into the ODBC Data Source Administrator.) Thanks for your help. Dicolas.
  6. dicolas

    With VB, I need to know the RANGE of an Excel cell...

    For example, If I dynamically fill a sheet, is there a way to know the range of the cell (29,20) (which normally is ("AC:20") ????? Thanks a lot.
  7. dicolas

    About Package & Deployment Wizard

    Hi, By checking the code of setup1.vbp, I've seen that we can use a REMOTEREGISTER rather than DLLSELFREGISTER(or another one) in Setup.LST. Could it be useful for registering COM+ remote components and how to implement it? Thank you for your answers! Dicolas.

Part and Inventory Search

Back
Top