Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~187 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for alexgv14

The solution to the blank/null value problem is as follows. You need to determine the field type to determine whether or not the value should have quotes or not, and if the value is supposed to be NULL then insert NULL without the quotes. Like so: [CODE] // MAKE INSERT …

Member Avatar for vincentwansink
0
187

The End.