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. CaptainN64

    Duplicating SQL Profiler

    oh... poll the table ;) anyway, i think the trigger solution is going to work. Thanks.
  2. CaptainN64

    Duplicating SQL Profiler

    Sorry to sound like a n00b, but what does "pool the table" mean?
  3. CaptainN64

    Duplicating SQL Profiler

    Does anyone know of a way I can more-or-less duplicate the SQL Profiler in VB.NET? (C# if necessary, but VB if possible) I need to monitor a database for incoming SQL/Transactions so I can duplicate them on another system. I can't use replication, as most of the tables get...
  4. CaptainN64

    ODBC Connection String (ADO)?

    No, I was never able to get a solution... My company decided to give up and to just re-type the data in by hand into an ACCESSABLE database.
  5. CaptainN64

    Dynamic field name in UPDATE trigger

    Hi. I'm using a copy of SQL7 and have this trigger written: alter trigger u_per_master on per_master for update as begin declare @counter int declare @fieldcounter int declare @fieldname varchar(50) declare @fieldnumber int declare @oldvalue varchar(50) declare @newvalue varchar(50)...
  6. CaptainN64

    ODBC Connection String (ADO)?

    I've got a SQLBase8.0 database which I can connect to successfully with the SQLBase DBA Utility and through Crystal Reports. However, I have had absolutely NO luck trying my own ODBC connections. Could someone post a successfully working connection string that I could play with? Thanks! =)...
  7. CaptainN64

    Creating Users in SQL Server 7?

    Thanxs. That's exactly what I was lookin for. =)
  8. CaptainN64

    How to get the Event, Function of Sub name for Error logging

    As far as I know, you could only get the name of the function from the stack, which is probably a bit beyond most VB programmers (myself inclueded!). Personally, I don't think that it's too big of a deal to copy/paste the name of the event-sub (Command1_Click) and have the AddError2DB sub...
  9. CaptainN64

    Creating Users in SQL Server 7?

    I originally learned SQL Server on the 2000 version. Due to the economy, I've had to move across the country (to indiana of all places) where they can't(won't?) upgrade. I need to be able to add some users to the system, however in the New User dialogue box, the "Login name" combo...

Part and Inventory Search

Back
Top