SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

Description to long... #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click Edit Connection
2.Click Save and Edit
3.In the description copy this 

[FIELD]asdf[TBL]msustudentdatalocks[/TBL][COL]INSTALLATION_NAME[/COL][/FIELD][TB
L/][URL][TITLE]google[/TITLE]http://www.google.com[/URL][BR/][TBL/][BR/]
adsafafdafdfssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
ssssssssssssssssssssssssssssssssssssss
[FIELD][TBL]msustudentdatalocks[/TBL][COL]DISTRICT_ID[/COL][/FIELD]

4. This is exactly 1 character to long.
5. Click Save Connection

What is the expected output? What do you see instead?
Shouldn't throw an error it should just truncate it before sending it
google earth.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Spoofed...@gmail.com on 10 Apr 2010 at 7:17

GoogleCodeExporter commented 9 years ago
What we need to do here is change the size of the description field to 
something huge 
(maybe VARCHAR(1000)? )

Original comment by nind...@gmail.com on 10 Apr 2010 at 7:22

GoogleCodeExporter commented 9 years ago
VARCHAR(MAX)

Original comment by sweenr...@gmail.com on 10 Apr 2010 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by Spoofed...@gmail.com on 11 Apr 2010 at 6:32