Hi,
When I try the code below, if I do this sequence...
- click on the radio button "date"
- click on the radio button "From to date"
- click on the radio button "Date time"
The two input:type="text" don't disappear with the rest of the elements in the div section... why ...
Hi !
I need to take a list like that : [ [ [1, 2], [3, 4] ], [ [5, 6], [7, 8] ] ] and this list must become :
[ [1, 2], [3, 4], [5, 6], [7, 8] ]
I know the concept that recursively I'll add element in an other list but I don't know how to implement it...
Anybody can help me ?!
Thanks,
Pascal ;
Hi !
I did not see any benchmark with PostGreSQL on the web... Does this database engine is better or not in comparison of SQL Server and MySQL, for the performance...
Thanks,
Pascal ;
Hi,
I run a VB program with a lot of query to the server and I get the error "Can't connect to MySQL Server". The error never append on the same query... Just like if I do to much query in a second... Does this error can be fix by a connection timeout and if so, how can I fix it ...
Hi !
Is it possible to install Visual Basic 6 and Visual Basic .Net on the same computer and to work on a project with vb6 and to work on another project with vb.net ??
Thanks !
Pascal ;
Hi,
I need to access to DBF databases with vb6 and I need good performance. I tried Something like Apollo Database Server but there is an error when I open more than 1 database at the same time... I also read that ODBC give poor performance with FoxPro databases... What do you suggess to me...
Hi !
I need to create a trigger on DELETE on a table and raise an exception if a field of the deleted row is in an other table...
I tried this but without success :
CREATE OR REPLACE TRIGGER BD_Table1
BEFORE DELETE ON Table1
FOR EACH ROW
BEGIN
IF (:OLD.Field IN (SELECT Field...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.