[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Inderesting Postgres/LSMB issue?
- Subject: Inderesting Postgres/LSMB issue?
- From: beamends <..hidden..>
- Date: Mon, 06 Jul 2009 15:09:42 +0100
Hi all,
I've been trying to create new rows from a C program. I can see the new
rows from phppgadmin ok, but the records are not visible form LSMB (yes,
I am using the right dbase!).
Any ideas? Am I missing some vital field or something?
The SQL is:
INSERT INTO parts (id, partnumber, lastcost, sellprice, drawing,
description, microfiche, income_accno_id, expense_accno_id,
unit)
VALUES (27791, '1013938', 1.86, 3.00, 'LAND ROVER800', 'PLUG - OIL
DRAIN', '800', 10023, 10075, '1')
Cheers
Richard