The blanks in SQL are by OK. They are part of an online form that can be filled in, but don't need to be. They are then brought down to a VFP table, then read into a screen. On this screen I want blank values if the website user didn't fill anything in. The fields in the FP table are not...
Dan is correct; I'm having the problem of nulls in sql, but wanting blanks in FP. I'm using SQLEXEC to bring it into a local cursor, then appending to a table from that cursor.
Just after posting this I found the BLANK command. What I'm thinking of doing is an ISNULL in the sql to set the...
There is a table on SQL Server that I'm trying to bring down to an FP table. The table doesn't allow nulls in a couple of numeric fields, but in SQL they are NULL. If I append a blank row, and fill this row out by hand, I could leave these non-nullable fields alone and the row would save, Even...
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.