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 SkipVought 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. bakira4

    How to implement the Store instruction

    Hi everyone, I've got a project where I've to implement a SIMD architecture whith creating the IR, ALU, Register, PC, Address latch and Data Latch blocks. I also have to implement commands associate to each elements (for example ALLIN, ALOUT, ALHIN AAout for the Address Latch block ... )...
  2. bakira4

    Insert wit empty fields

    This is my code : Private Function VerifierExistence(ByRef pinout_objRecordSet As Object, ByVal pin_strNom As String, ByVal pin_strId As String, ByVal pin_strCode As String, ByVal pin_strN As String) As Integer Dim x As Integer 'déclaration variable Dim intResultat As Integer...
  3. bakira4

    Insert wit empty fields

    Thanks mirtheil, you're, as already, give me a solution :) However, I still have a problem... I've 2 databases, on access database and a pervasive database I must do a research of duplicate between this 2 databases. I trail databases and if a duplicate is find, the row is logged else the rows...
  4. bakira4

    Insert wit empty fields

    information: This query should permit me to transfer data from database access to BTR. Thanks, Bakira
  5. bakira4

    Insert wit empty fields

    Hi everyone, I try to make an insert query but some of my fields wich I want to insert must be empty and I receive an error like when they are empty: "[Pervasive][ODBC Client Interface][LNA][Pervasive][ODBC Engine Interface]Syntax Error: Insert into...
  6. bakira4

    timestamp error

    Thanks a lot, it works!!! I insert date with 'yyyy-mm-dd' format and in my row it's automatically converted in the 'dd/mm/yy'. once again thanks mirtheil
  7. bakira4

    timestamp error

    It looks like that: INSERT INTO LIGNE (TypeMouvement, PiecePrefixe, PieceNumero, IP, TypeLigne, CodeArt, Libelle, CDate, Quantite, CodeDepot, Commentaire, QteInventaire) VALUES (' ','INV','9','1','1','DESK','Beautifull Desk','20/05/2008','15','1','inventaire portable','15') I trye to insert...
  8. bakira4

    timestamp error

    hi, I'm very happy to find finnaly an active forum about pervasive programation. I'have an ODBC database Connexion and I try to request on it with this: queryInsLigne = "INSERT INTO LIGNE (TypeMouvement, PiecePrefixe, PieceNumero, IP, TypeLigne, CodeArt, Libelle, CDate, Quantite...

Part and Inventory Search

Back
Top