Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Insert binary value into table fails.
Post: RE: Insert binary value into table fails.

Thank you for your answer! That's what I thought. But even though this values are coming from $this->input->post("password", true)); ? How can I bind the params with the CONVERT function?
7,973 Views
6 Replies
09-19-2019, 01:03 PM
PARADISE
    Thread: Insert binary value into table fails.
Post: RE: Insert binary value into table fails.

I know it's late but i solved the issue above like this: PHP Code: -- public function auth($acc2,$pass,$a2,$a22) {             //connect to mssql srv database             $db2= $this->load->database...
7,973 Views
6 Replies
09-18-2019, 12:46 PM
PARADISE
    Thread: Encrypt sql user and password
Post: RE: Encrypt sql user and password

This makes sense, thank you!
2,344 Views
2 Replies
04-07-2019, 10:27 AM
PARADISE
    Thread: Encrypt sql user and password
Post: Encrypt sql user and password

Hello, I’m wondering if there is any way that database username and password inside config/database.php can be encrypted, so developers and others who might have access to the host can’t see those...
2,344 Views
2 Replies
04-07-2019, 08:19 AM
PARADISE
    Thread: SQL Query returns error
Post: RE: SQL Query returns error

php_rocs Wrote: (03-11-2019, 01:15 PM) -- @PARADISE, I think your missing some pieces of the query builder... ->from('Pledge as a') ->join('user_data as b', 'a.ruler_id = b.char_id', 'left out...
3,835 Views
5 Replies
03-12-2019, 12:22 PM
PARADISE
    Thread: SQL Query returns error
Post: RE: SQL Query returns error

Will try to edit like you mentioned and see the results! Thanks!
3,835 Views
5 Replies
03-11-2019, 03:41 PM
PARADISE
    Thread: SQL Query returns error
Post: SQL Query returns error

Hello, I'm trying to convert the query below into CI's Active Record form, but I get an error : a.alliance_id could not be bound. Here is the sql query (when i run it directly to SQL Server work...
3,835 Views
5 Replies
03-11-2019, 12:56 PM
PARADISE
    Thread: Insert binary value into table fails.
Post: RE: Insert binary value into table fails.

It's being read by an application made that way. I tried to change datatype to something else, but the 3rd party app can't read the password and won't let the user in. What i'm testing right now is ru...
7,973 Views
6 Replies
11-19-2018, 04:05 PM
PARADISE
    Thread: Insert binary value into table fails.
Post: Insert binary value into table fails.

Hello, I use CI as a base to develop a user registration system that stores some data into a SQL Server DB. Password column datatype is set to binary(16). When I encrypt the password through my app a...
7,973 Views
6 Replies
11-18-2018, 03:29 PM
PARADISE

Theme © iAndrew 2016 - Forum software by © MyBB