- Joined
- Feb 27, 2004
- Messages
- 1,376
- Reaction score
- 50
then don't put an invitation code
the 1st query was this
$sql2 = mssql_query("INSERT INTO dbo.cabal_warehouse_table (UserNum,Data,Alz)
VALUES ('$usernumrs','0x','1,000')");
the value was with quote ('0x')
this is the error message..
mssql_query() [function.mssql-query]: message: Disallowed implicit conversion from data type varchar to data type varbinary, table 'GAMEDB.dbo.cabal_warehouse_table', column 'Data'. Use the CONVERT function to run this query
this is the second query:
$sql2 = mssql_query("INSERT INTO dbo.cabal_warehouse_table (UserNum,Data,Alz)
VALUES ('$usernumrs',0x,'1,000')");
value of Data is without quote (0x)
this is the error message,
mssql_query() [function.mssql-query]: message: Error converting data type varchar to bigint. (severity 16)
mssql_query() [function.mssql-query]: Query failed
hmm..
--------------
To view the content, you need to sign in or register
Question ... how do i make a release of cabaltoolz.
installation is complicated as hell.
consist of two website installation. and other stuff.
it is not my problem that it wasn't moved to the Dev section...
----
i gaved the 1st beta to [hidden].. if he can make it work.. well i guess we can release it for everyone...
everyone knows [hidden] is the most noob here bahahhaha joke.
Question ... how do i make a release of cabaltoolz.
installation is complicated as hell.
consist of two website installation. and other stuff.