On successfull login I write user's ID and password in MD5 hash to $_SESSION. On each page I check then if id and password match, then display page, else not (display login page).
I was thinking...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
We have a main database, call it MainDB which will have tables related to clients, projects, etc.
We have a template database, call it TemplateDB which will have client, project specific data with...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20912586.html
Hi,
I have a stored procedure written like this:
================================================================
CREATE PROCEDURE dbo.JobsForProperty @JobId numeric, @PropertyId numeri...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21451542.html
Hello Experts,
I am having an Virtual Machine (.VHD) file.
It is more than 2GB in size(some files are 4GB in size)
Can i store in Sql Server and retrive it when needed? (using BLOB)
per...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21525318.html
This is the code for stroed procedure what i wrote..
This will fetch a set of ids from a table say table1
it will then loop through all the ids and compare each id with accountid field in other t...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21814381.html
My application converts XML data into byte stream using the BIGENDIAN methods in .net environemnt and stores it in CLOB. but when i access the CLOB data from SQL*PLUS all i see was quesion marks? c...
http://www.experts-exchange.com/Database/Oracle/Q_20716906.html
Zones:
OracleDate Answered: 09/19/2004 Grade: A Views: 0
My requirement is to load a flat file in to oracle tables by using a stored procedure.
oracle version is 9.2
http://www.experts-exchange.com/Database/Oracle/9.x/Q_23613616.html
Zones:
Oracle 9.xDate Answered: 09/25/2008 Grade: A Views: 0