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: 3 active threads during last week
 

Posting activity on Database:

  Week Month 3 Months
Threads: 3 36 126
Post: 5 80 267
 

Database Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ssma
2
user's latest post:
Regular Expressions Help
Published (2009-11-11 22:22:00)
Thank you very much
fariz
1
user's latest post:
Sybase powerbuilder database...
Published (2009-11-05 21:53:00)
Topic: table not found error when creating new table Hi guys, This is my sec time having trouble with Sybase, where there seems no hints of what's it all about. I have just migrated my whole database from the old server to the new one, and this seems to be working quite fine. It can be queried, viewed, edited and manipulated easily(including it's data). However, I've also added several new tables to be used together inside this...
jcaccia
1
user's latest post:
Regular Expressions Help
Published (2009-11-11 04:29:00)
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).
olivthill2
1
user's latest post:
Sybase powerbuilder database...
Published (2009-11-13 05:58:00)
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
 

Latest active threads on Database::

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 day, 6 hours 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 (6 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 days, 13 hours 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 5 days, 15 hours 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+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 6 days ago (2009-11-03 06:32:00)  by Alsvha
I'd think it depends on the method used, but you should be able to defined just one table regardless.
Thread:  Show this thread (2 posts)   Thread info: Synchronisation of SQL Server Size: 101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Synchronisation of SQL Server :: 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-10-30 00:04:00)  by tarik077
by the way it is for MS SQL.
Thread:  Show this thread (6 posts)   Thread info: SQL subquery help Size: 28 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL subquery 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 1 month, 1 week ago (2009-10-10 14:28:00)  by Shuja Ali
What database server are you using? it becomes little difficult to help unless we know which database you are using. Assuming that it is SQL Server, you should be looking at DBCC CHECKIDENT
Thread:  Show this thread (7 posts)   Thread info: auto increment problem. Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: auto increment problem. :: 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, 5 days ago (2009-10-28 16:01:00)  by VictorN
The "standard" (or locale independent) SQL format for date/time is: 'YYYY-mm-dd HH:MM:SS'
Thread:  Show this thread (6 posts)   Thread info: SQL 2005 database & date formats... Size: 107 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL 2005 database & date formats... :: 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, 5 days ago (2009-10-28 10:33:00)  by toddmcdermid
A couple things to change/check: 1. Don' t use mapped drives. Mapped drives aren't restored in a user-profile-less session, regardless of who you're "running as" in ASP.Net. Use UNCs instead. Notes on running SSIS packages remotely: http://msdn.microsoft.com/en-us/library/ms403355.a spx 2. Make sure you have SSIS tools installed on the ASP.Net machine - because that's where you're ...
Thread:  Show this thread (3 posts)   Thread info: SSIS Permission Problem Size: 1,599 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SSIS Permission Problem :: Database :: CodeGuru Forums - A Developer.com Community for C+..."
 

Hot threads for last week on Database::

Database
Started 1 day, 6 hours 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 (6 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+..."
Database
Started 5 days, 15 hours 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+..."
Database
Started 3 days, 13 hours 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+..."