Results 1 to 2 of 2

Thread: Storing vector data in MySql

  1. #1
    Join Date
    Apr 2007
    Posts
    2

    Question Storing vector data in MySql

    Can anyone please tell me how can I store vector data, such as .dwg, .svg or .vrml files in a MySql table?

    thanks


  2. #2
    Join Date
    May 2003
    Location
    Indonesia
    Posts
    7
    store them as binary using blob columns as data. take a look on google.com/search?q=store binary data on mysql

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •