Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Database | Forum profile

Forum profile page for Database on http://www.codeguru.com. This report page is the aggregated overview from a single forum: Database, located on the Message Board at http://www.codeguru.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Database" on the Message Board at http://www.codeguru.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions - Database (site profile, domain info codeguru.com)
Title: Database
Url: http://www.codeguru.com/forum/forumdisplay.php?...
Users activity: 21 posts per thread
Forum activity: 2 active threads during last week
 

Posting activity on Database:

  Week Month 3 Months
Threads: 2 16 104
Post: 2 26 220
 

Database Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ssma
1
user's latest post:
help with union
Published (2009-11-28 20:17:00)
Hi All, I solved it the problem, I could not find a delete thread option here so I removed the question so I won't waste anyone's time. Thanks =)
dannystommen
1
user's latest post:
help with union
Published (2009-11-29 05:54:00)
It would be better if you post back your problem, and also the solution. In future people who have the same problem, can learn from it.
 

Latest active threads on Database::

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week ago (2009-11-29 05:54:00)  by dannystommen
It would be better if you post back your problem, and also the solution. In future people who have the same problem, can learn from it.
Thread:  Show this thread (2 posts)   Thread info: help with union Size: 135 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: help with union :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 weeks, 4 days ago (2009-11-18 14:58:00)  by Shuja Ali
For Insert, you will have to use Insert Query and for Update you will have to use UPDATE Query. I guess you will need to take a closer look at how data is inserted or updated in the database. Go through books Online on MSDN.
Thread:  Show this thread (3 posts)   Thread info: SQL 2008 need help Size: 224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL 2008 need help :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 weeks, 3 days ago (2009-11-19 07:20:00)  by VictorN
How To Create a Custom Text File Import Routine
Thread:  Show this thread (2 posts)   Thread info: programatically import a text file into access 97? cant work it out. Size: 133 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: programatically import a text file into access 97? cant work it out. :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 3 weeks ago (2009-11-15 13:10:00)  by Shuja Ali
If you are using SQL 2005 then you should look at "OUTPUT DELETED" keyword on MSDN. This can be used with the delete statement to output the deleted rows into a table, etc.
Thread:  Show this thread (7 posts)   Thread info: how to select a record and delete from table afterwards? Size: 182 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to select a record and delete from table afterwards? :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 3 weeks, 2 days ago (2009-11-13 05:58:00)  by olivthill2
In sql advantage, type sp_help a_new_table and see the differences with sp_help an_old_table . If the table is still not found when you give the long name of your tables (<databasename>.<owner>.<objectname>) in every query, then it might be a problem of privileges. Try grant all on my_new_table to public
Thread:  Show this thread (2 posts)   Thread info: Sybase powerbuilder database problem -- table not found error Size: 357 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Sybase powerbuilder database problem -- table not found error :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 3 weeks, 4 days ago (2009-11-11 04:29:00)  by jcaccia
Code: SELECT lname FROM member WHERE REGEXP_LIKE(email, lname||'@.+') This selects all records where the email is the surname followed by '@' followed by any number of any characters (must have at least one).
Thread:  Show this thread (3 posts)   Thread info: Regular Expressions Help Size: 495 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Regular Expressions Help :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
 

Hot threads for last week on Database::

Database
Re: help with union - 2 new posts
Started 1 week ago (2009-11-29 05:54:00)  by dannystommen
It would be better if you post back your problem, and also the solution. In future people who have the same problem, can learn from it.
Thread:  Show this thread (2 posts)   Thread info: help with union Size: 135 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: help with union :: Database :: CodeGuru Forums - A Developer.com Community for C+..."