123 reputation
28
bio website
location
age
visits member for 2 years, 9 months
seen Apr 30 '12 at 17:55
stats profile views 20

Apr
10
awarded  Nice Question
Jan
2
awarded  Notable Question
Sep
4
awarded  Notable Question
Jun
7
awarded  Popular Question
Apr
27
comment .append not working when calling a php file
@sgmart That is not the case at all. connect.php only serves as a connection to the database and is independent from the session variables.
Apr
27
accepted .append not working when calling a php file
Apr
27
comment .append not working when calling a php file
@F.Calderan Thanks man! That was it!! I merged my code with someone else's yesterday and the option tags probably got lost in the process. We didn't make a backup because we were pressed for time. I believe I had the option tags in the JS last time, but this works just as well! Thanks!!
Apr
27
comment .append not working when calling a php file
@ScottM. Thats just for explanation purposes.
Apr
27
asked .append not working when calling a php file
Feb
21
accepted Export a CREATE script for a database from pgAdmin
Feb
21
asked Internet Explorer compatibility broken by this javascript/jquery snippet
Feb
2
awarded  Popular Question
May
16
asked Export a CREATE script for a database from pgAdmin
Apr
11
comment How can I run a script wich is generated from another script under Oracle DB?
Thank you! This was sort of the answer, but I needed some more explanations.
Apr
11
comment How can I run a script wich is generated from another script under Oracle DB?
Thanks Mac! I'll try this later.
Apr
11
comment How can I run a script wich is generated from another script under Oracle DB?
This is correct! Thanks... You´re missing a parenthesis thogh on line 4.
Apr
11
accepted How can I run a script wich is generated from another script under Oracle DB?
Apr
11
comment How can I run a script wich is generated from another script under Oracle DB?
Thanks! How would I deal with the constraints while using the truncate statement?
Apr
11
comment How can I run a script wich is generated from another script under Oracle DB?
execute inmediate select 'DROP TABLE '||table_name||' CASCADE CONSTRAINTS' from user_tables? I'm getting the following error: ERROR at line 1: ORA-06550: line 1, column 17: PLS-00103: Encountered the symbol "SELECT" when expecting one of the following: := . ( @ % ; The symbol ";" was substituted for "SELECT" to continue.
Apr
11
asked How can I run a script wich is generated from another script under Oracle DB?