Post feature RSS C3D Plus - Database Commands

C3D+ has a new addition! Welcome to the engine, extraordinarily simple and fast MySQL commands!

Posted by on

C3D+ has a new addition! Welcome to the engine, extraordinarily simple and fast MySQL commands!

EXAMPLE:

Global Window = CreateWindow()
Global Cam = CreateCamera()
SetSQLData("localhost", "userName", "password", "databaseName")
;                      Table name   Field names    New Values                   Where name;val (name = val)
SQLUpdate("Accounts", "Email;Pass;", "usernameVal;passVal;", "Email;val;Pass;val;")

While(True)
	UpdateWorld()
	RenderWorld() 
Wend
Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.