From: Leif W <war...@us...> - 2005-07-06 05:24:21
|
> ----- Original Message ----- > From: "SourceForge.net" <no...@so...> > To: <no...@so...> > Sent: 2005 July 05 Tuesday 08:02 > Subject: [Dynapi-Dev] [ dynapi-Bugs-1232705 ] SQL bigint values lost > in SODA object transit > Summary: SQL bigint values lost in SODA object transit > > Initial Comment: > I believe the title says it all. > When you access an SQL database and retrieve a bigint > value, then stick this into a dictionary object (VB ASP) > and return the object to the client (JS HTML), the value > on the client is recognised as [NULL]. > > If you return the value in a string all is well. > > In General the behaviour is as follows: > > Return value as: Results in: > integer Overflow Error > array [NULL] value > object [NULL] value > string OK Hi. I'll try to help you with this so we can both better understand what's going on. Please be patient with me. It's been a while since I touched ASP, and currently do not have a test platform. At present I am only aware of http://domaindlx.com/ with their free ASP hosting with Microsoft Access via connectionless DN with ADODB. If you provide a specific example of what you are trying to do, what you are expecting, and what you are observing, then I will be much closer to understanding the situation. Please do the following to help me: 1) Isolate the specific example of the code that causes the problem. 2) Duplicate the error at DomainDLX. 3) Zip up the files and send to me with your commentary. This will greatly help speed up the process. Wether it's a bug in the code, or in the documentation, or something else, I am not sure so I can't rule anything out at this point. Leif warp9pnt9 P.S. FYI: the bug report is also sent to the dyn...@li... mailing list. I notice that you are not subscribed. You may want to subscribe there. Posts are only allowed if you subscribe, as a simple yet highly effective anti-spam measure. Subscription is easy. Send a message to dyn...@li... with "subscribe" (without the quotes), as the subject or message body. |