Storing a JPEG in MySQL-Database
Gerhard Häring
gh at ghaering.de
Sat May 10 14:31:18 EDT 2003
More information about the Python-list mailing list
Sat May 10 14:31:18 EDT 2003
- Previous message (by thread): Where to actually download Python
- Next message (by thread): Storing a JPEG in MySQL-Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
T. Kaufmann wrote: > Hi, > > I have to store some *.JPEGS in the MySQL-Database. > How it's done? Use a BLOB datatype, then use MySQLdb as a database adapter to store the images in the db. -- Gerhard
- Previous message (by thread): Where to actually download Python
- Next message (by thread): Storing a JPEG in MySQL-Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list