Forums
This topic is locked
ASP with my sql blob?
Posted 22 Apr 2004 20:53:33
1
has voted
22 Apr 2004 20:53:33 Greg LeBreck posted:
In ASP with a MYSQL Dbase.I have a field in the MYSQL that is a Blob do to the need to have it hold 1000 characters. The problem is when I retrieve it in the page it displays like ????41.
How do I make it display properly?
Replies
Replied 23 Apr 2004 15:37:44
23 Apr 2004 15:37:44 Dave Thomas replied:
what datatype is your field? ascii, int, text ???
sounds like its set wrong and the field is not translating when you view it on the page.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
sounds like its set wrong and the field is not translating when you view it on the page.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Replied 23 Apr 2004 16:54:30
23 Apr 2004 16:54:30 Greg LeBreck replied:
The data type in the blob is text.