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 gkittelson 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. coblan19

    I had a problem with conection access in C# or could be the insert

    i had this code but the connection didnt work why? please help me or could be the insert had a error.... public void insertar(strBases info) { OleDbConnection databaseConnection = new OleDbConnection(oleDbConnectionString); string strSQLStatement = "INSERT INTO DBO.Empresapig (id_empresa...
  2. coblan19

    help I need abstract data type for a circular double list

    help I need abstract data type for a circular double list i have problems with my abstract data type
  3. coblan19

    SORT-MERGE FILE CAN ONLY SPECIFY FILE-IDENTIFIER IN ASSIGN CLAUSE

    write a code source using sort in fujistu cobol85 V30L10 ,when I compile it ,there is always a error message:"SORT-MERGE FILE CAN ONLY SPECIFY FILE-IDENTIFIER IN ASSIGN CLAUSE." SELECT ARCH-SORT ASSIGN TO DISK. FILE-CONTROL. SELECT TABLA ASSIGN TO DISK ORGANIZATION IS INDEXED ACCESS...

Part and Inventory Search

Back
Top