Can anyone please tell me how can I store vector data, such as .dwg, .svg or .vrml files in a MySql table?
thanks
:confused:
Printable View
Can anyone please tell me how can I store vector data, such as .dwg, .svg or .vrml files in a MySql table?
thanks
:confused:
store them as binary using blob columns as data. take a look on google.com/search?q=store binary data on mysql