Hi All,

I just started with sapDB. I have few questions:

I have created table customer(cust_id fixed(4) key,fname char(10),lname
char(20))

can I insert null values into fields?? when I try, it went through, but on
select * from customer shows ? on the field value.

even if I go like insert into customer(cust_id,fname) values(10,'foo')

I get the ? mark on the field value on the websql.

Does the null shows on sapdb web server as ?  does sapDB has command line tool
to access db server??



Thanks

anil




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to