This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mysql information help

Old posts that have not been replied to for several years.
Locked
S
SmokeyOne
Halfop
Posts: 69
Joined: Tue Jan 14, 2003 6:04 am

mysql information help

Post by SmokeyOne »

I want to take the releases.tcl and redesign it for mysql support, yet I'm not sure which information i need to read inorder to do that, i'm basicly trying to teach myself mysql at the sametime. hopefuly someone can give me some information on what steps I need to do first before i can get this going.

mysql is insatlled and running btw I'm pretty much doing this from a friends computer.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

You need some sort of database interface for your tcl interpreter (there are several, and they've been mentioned in other posts, so do a search)

To learn sql/mySql there are tons of docs/howto's on the web.
Locked