MySQL Help
#1

Hello i am converting a Sqlite Filterscript into MySQL, because Sqlite is giving me some errors and i am not able to compile. so i need a small help. can you tell me how do i convert these lines in MySQL? thanks

PHP код:
new idFloatpos[3], Floatrot[3];
    
stmt_bind_result_field(LoadTrees0DB::TYPE_INTEGERid);
    
stmt_bind_result_field(LoadTrees1DB::TYPE_FLOATpos[0]);
    
stmt_bind_result_field(LoadTrees2DB::TYPE_FLOATpos[1]);
    
stmt_bind_result_field(LoadTrees3DB::TYPE_FLOATpos[2]);
    
stmt_bind_result_field(LoadTrees4DB::TYPE_FLOATrot[0]);
    
stmt_bind_result_field(LoadTrees5DB::TYPE_FLOATrot[1]);
    
stmt_bind_result_field(LoadTrees6DB::TYPE_FLOATrot[2]); 
i changed others but can you please tell me how do i conert those lines into mySQL? thank you in advance.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)