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 Chris Miller 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. dklions

    how to capture PRINT statement from stored procedure in VB?

    Hi, how can I capture PRINT statements from my stored procedure in Visual Basic (SQL Server 2000/VB6)? I'm using ADODB.Command object. I have a set of stored procedures that have a bunch of print statements in them. I need to capture those statements into the LOG FILE. Please Help! Thanks!
  2. dklions

    how to capture PRINT statement from stored procedure?

    Hi, how can I capture PRINT statements from my stored procedure in Visual Basic (SQL Server 2000/VB6)? I'm using ADODB.Command object. I have a set of stored procedures that have a bunch of print statements in them. I need to capture those statements into the LOG FILE. Please Help! Thanks!
  3. dklions

    VB 6/ SQL Server presentation?

    I was asked to prepare a 30 min review of introduction to VB6 / SQL Server. The audience will be programmers with VB experience but not SQL Server If you know a link to a good presentation ( with graphics ) please, please, please let me know! thanks!
  4. dklions

    how to drop default primary key programmatically??

    Hi all, I'm using MS Access 2000. I need to drop primary key programatically. Here is the urgent problem we have: The primary key was created on the table using Table Designer. The database was sent to the client who does not have an access to the database itself, only to the query tool...
  5. dklions

    Better charts...?

    Hi, My manager asked me to create charts in our MS Access2000 application. These charts look beautiful in MS Excel. However, whenever I try to recreate them on the form using MS Chart 9.0 they appear ugly. Besides there are much less to chose from comparing to MS Excel. Are there better Charts...
  6. dklions

    How to requery listbox from another form

    Hello, I have a form frm1 with several option buttons and databound listbox. Everytime I chose an option the listbox is requeried and works just fine. However, when I try to do this from another form frm2 frm1.lisbox does not appear to to requered. here is my code from frm2 ...

Part and Inventory Search

Back
Top