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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by thebubbleboy

  1. thebubbleboy

    Picking up PERL session variables with PHP

    I'm working on a project where I'm adding a php function onto a development written in perl. There are a few session variables defined by the perl code which I need to use. The session id is also being written in a browser cookie. I'm trying to use the following code to pick up the session...
  2. thebubbleboy

    I can't seem to commit (in sql server that is)

    the recordset.open command is fine, I've narrowed it down to the @@transcount not being added proprly when accessed from VB, with begins it adds...0,1,0,2,0,3,... and also updates decrement it. I'm at my wits end
  3. thebubbleboy

    I can't seem to commit (in sql server that is)

    I'm currently converting a large and complicated VB app to work with both MySQL and SQL Server (was only MySQL first) so showing code might be a problem. I have a problem with transactions. i can begin a transaction using begin tran in recorset.open and then do a couple of updates again using...

Part and Inventory Search

Back
Top