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 ... )...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.