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 strongm 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: *

  • Users: angor
  • Content: Threads
  • Order by date
  1. angor

    How can I get the ID of the last added record?

    Hello! I need to know the ID of the last added record into the DB (it is auto_increment). is there some function, like last_id or smth. like that? would be thankful. Andrew
  2. angor

    .NET 2003.Changing a program.

    I have 2 problems. I)The problem is the following. I've created a Setup Wizard (in Microsoft ADO.NET 2003) that unpacks the files into the specified folder and does all the needed operations. But when i open Control Panel and click CHANGE button near its name in the program list, I see the...
  3. angor

    Get ID number problem

    The problem is that while inserting the sting i need to know 3 more free (not in use yet ID) exaple name ID1 ID2 ID3 1 Bil 2 3 1 2 Bob 0 0 0 3 Michael 0 0 0 5 John 0 0 0 6 Lili 7 9 11 .......................... I'm sending 3 rows...
  4. angor

    last inserted ID number (mysql)

    could you please help me to get the ID of the last inserted row in the table?.. e.g. INSERT INTO table1 (ID,name,surname) values ('null','My_name','My_surname') where ID is AUTO_INCREMENT field. Thank you. Andrew
  5. angor

    MySQL Query : counting in 1 column,grouping by another

    Hello! Please help! I need to make a SQL-query in Access DataBase. I have a table with the fields 1.Date 2.Bool e.g.: Date | Bool 1.09.05 | Yes 1.09.05 | Yes 1.09.05 | No 2.09.05 | No 2.09.05 | Yes 3.09.05 | No 3.09.05 | No 5.09.05 | No and i need to generate the following...
  6. angor

    ADO.net problem

    I am using ado.net. Have the following problem. in a listbox I display the names taken from a database table,when I select one of them and press the button i'd like to remove this item (the row) from the base. (I do that in the DataSet, and then update the database). The problem is that the...

Part and Inventory Search

Back
Top