I am totally new here.. Please help. couldn find any appropriate answers around.
I have a database result..and intend to fill it up into an array in the while loop part..please help on how i sho...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_20437730.html
Zones:
CGIDate Answered: 08/28/2004 Rating: 7.4 Views: 0
Using DBI. got a script that does something like:
$db->do("INSERT INTO tblName (fieldnames) VALUES (fieldvalues)");
$dbh=$db->prepare("SELECT fieldnames FROM tblName");
$dbh->execute();
th...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20703988.html
Zones:
PerlDate Answered: 12/01/2003 Rating: 7.2 Views: 0
I have done my MCSA and now want complete my MCSE .
All experts can you please suggest me the links and sample questions papers for mcp exams.
I am after the online material only.
Thanks in ad...
http://www.experts-exchange.com/OS/Miscellaneous/Q_21746672.html
Zones:
Misc OSDate Answered: 02/26/2006 Rating: 7.6 Views: 0
Can you find a short summary of researches/articles re. how attending and preparing for piano concert will help piano students?
http://www.experts-exchange.com/Other/Miscellaneous/Q_22009352.html
Zones:
MiscDate Answered: 10/02/2006 Rating: 8.4 Views: 0
We are using RDO 2.0.
Does anyone have any information regarding the relative merits of using prepared statements or stored procedures.
Particularly any quantative performance figures would be goo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10066055.html
Zones:
Visual BasicDate Answered: 08/24/1998 Rating: 6.6 Views: 0
Is there any way to execute a prepared statement in a stored procedure in Sybase 11? In Microsoft SQL Server, you can do the following in a procedure:
select @stmt = "select custname from custo...
http://www.experts-exchange.com/Database/Sybase/Q_10118973.html
Zones:
SybaseDate Answered: 01/21/1999 Rating: 9.4 Views: 0
What are the main differences between executing prepared statements through ADO and executing stored procedures in terms of performance and efficiency?
At what times should we use which one?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11252634.html
Zones:
Visual BasicDate Answered: 11/09/2000 Rating: 7.4 Views: 0
ok, this is somehow a weird question. I'm learning flash sinds a few weeks, let's say for 5-10 hours and everything is going quite well, except... I'm trying to put a WORKING preloader into a movi...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 02/16/2001 Rating: 7.8 Views: 0
What use i prepare. According to the help file, Delphi automatically prepares the query.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20147314.html
I am having a hard time understanding TQuery and the Prepare method.
I have created a simple application that consists of 1 form with:
a TButton named btnStart
a TEdit named edtNumEntries
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20168481.html