I found the answer to my problem shortly after mailing out the question.
There was a variable defined as SmallInt that had been parsed out of a
string, but in my re-write of the code I had not wrapped a Val() around it.

You were right, Dan, it was a data type mismatch, but MapInfo never tripped
up when my MBX tried to execute the insert.

Steve E. Wallace
GIS & Market Information Manager
Florida Farm Bureau Insurance Companies

----- Original Message -----
> Like you're finding out, there is alot of error trapping built into
MapInfo
> that you have to do yourself in MapBasic.  I've seen similar things, like
> where you have data type mismatches in columns, and a MB program bombs
out,
> but in MapInfo, it doesn't.
>
> Dan Munson
> Vice President of Sales & Marketing
> CDS Business Mapping


> -----Original Message-----
> >I'm perplexed. The following line of code works if I add a breakpoint to
my
> >MapBasic program and paste the line of code into the MapBasic window, but
> >it will not work in the compiled code.
> >
> >Insert Into Discussion (Date_Zulu, Time_Zulu, Wind_KTS, Obj) Values (18,
> >"1200Z", 35, CreatePoint(00, 00) )


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to