[求助]AW操作mysql数据库
用ODBC.u32处理数据的时候使用
ODBCHandle:=ODBCOpenDynamic(WindowHandle, "ODBCError", "DRIVER={MySQL ODBC 3.51 Driver};Database=datatest;server=localhost;uid=root;pwd=auth;")
SQLString:="select * from test;"
ODBCData:=ODBCExecute(ODBCHandle, SQLString)
ODBCClose(ODBCHandle)