Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
creating a message table in oracle
Name: trichyselva Date: August 10, 2006 at 08:12:21 Pacific OS: xp CPU/Ram: p4 Product: pentium
Comment:
there is one stored procedure, if any error comes those errors should be stored and displayed in table format, how to do it
Summary: I am trying to create a search function in a form. it wil search the specified table and return the results in a subform on the same form. This is the code i am using Private Sub btnRubriekZoeken_Clic...
Summary: I have created a table in SQL Server as- create table weatherreport (places varchar(20), cdate datetime, maxm int, minm int, vdescription varchar(40)) Then I tried to insert the corresponding values a...
Summary: Can someone please tell me which system tables in Oracle have the source code of creating a table or index. That is to say, that once the table is created and i wish to retrieve the source code used f...