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
My account: Login | Sign Up
Loading... 

dBforums - Database Support Community - www.dbforums.com | Site profile

Site profile page for http://www.dbforums.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.dbforums.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.dbforums.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.

Title: dBforums - Database Support Community - http://www.dbforums.com dBforums - Database Support Community
Url: http://www.dbforums.com
Users activity: 3 posts per thread
site activity: 580 active threads during last week
Site rank: 1,606 (go to rank page)
Domain info for: dbforums.com
 

Posting activity table on dBforums - Database Support Community:

  Week Month 3 Months
Threads: 580 2,250 6,169
Post: 1,532 6,412 17,501
 

Authority Badge:

dBforums - Database Support Community | Forum Authority Badge

dBforums - Database Support Community posting activity graph:

Posts by:  day  week  month 
 

http://www.dbforums.com Alexa graph:

Top authors on dBforums - Database Support Community during last week:

Name
Posts
healdem
77
user's latest post:
AfterDelete event?
Published (2009-07-08 02:12:00)
..thats odd I've only got a afterdelconfirm.... mind you I am using A2003/XP
Bob2119
54
user's latest post:
AfterDelete event?
Published (2009-07-08 02:05:00)
I am using Access 2000 from what I read and test the event triggers both for a yes and for a no. Dumb so trigger for a no I think.
r937
49
user's latest post:
rant: Referential Integrity not...
Published (2009-07-07 17:37:00)
should any of you actually get around to testing that DDL, you will discover that it isn't "ON CASCADE UPDATE" but ON UPDATE CASCADE instead and i should like to challenge any of you to describe a set of circumstances where a parent table, which has an autonumber (identity) surrogate primary key, will ever have occasion to need to renumber one of its key values , which would require cascading to child tables...
shajju
41
user's latest post:
SQL Query
Published (2009-07-07 10:36:00)
Well you see, there isn't really a second table that contains exactly what I'd like to see next to e.g., 1.1.1.1 like I'd like to see BSC(1) RX/TX. So....
StarTrekker
41
user's latest post:
Access make table query with one...
Published (2009-07-07 03:09:00)
:shudder: A field name or table name should NEVER contain colons. There must be another way.
anacedent
37
user's latest post:
can't see the result of my...
Published (2009-07-07 14:37:00)
>What should I do to actually see....something? There is nothing to "see" PL/SQL runs inside the database engine & has to direct contact with the outside world. You could SPOOL the SELECT out to a file (capture.sql) & then @capture.sql
gvee
31
user's latest post:
Wrapping backup in a TRY...CATCH...
Published (2009-07-07 08:38:00)
Look at the BOL entry for try...catch: TRY...CATCH (Transact-SQL) Snippet from the link Code: BEGIN TRY -- Generate a divide-by-zero error. SELECT 1/0; END TRY BEGIN CATCH SELECT ERROR_NUMBER() AS ErrorNumber, ERROR_SEVERITY() AS ErrorSeverity, ERROR_STATE() AS ErrorState, ERROR_PROCEDURE() AS ErrorProcedure, ERROR_LINE() AS ErrorLine, ERROR_MESSAGE() AS ErrorMessage; END CATCH; You can assign things like the error message to variables in a...
pootle flump
31
user's latest post:
Why RDMS implementations are not...
Published (2009-07-07 11:05:00)
It's a discussion when the questions are not rhetorical. These are also not database concepts, but implementation issues.
blindman
28
user's latest post:
Naming Convention
Published (2009-07-07 15:12:00)
OK, I just asked all my developers, and they prefer CamelCase, saying that all lower case is difficult to read.
LKBrwn_DBA
28
user's latest post:
can't see the result of my...
Published (2009-07-07 15:06:00)
Hi Patricia, If you want to do some simple testing of your procedures, try something like this: Code: SQL> CREATE OR REPLACE PROCEDURE pp (tbl IN VARCHAR2, rslt OUT sys_refcursor) 2 AS 3 str VARCHAR2 (50); 4 BEGIN 5 6 str := 'SELECT * FROM '|| tbl ||' WHERE ROWNUM < 11'; 7 8 OPEN rslt FOR str; 9 10 END; 11 / Procedure created. SQL> VAR plist REFCURSOR; SQL> EXEC pp('PRODUCTS',:plist);...
 

Top 10 active forums on dBforums - Database Support Community during last week:

Microsoft Access - 395 new posts Microsoft Access - forum profile
Microsoft SQL Server - 196 new posts Microsoft SQL Server - forum profile
Oracle - 195 new posts Oracle - forum profile
DB2 - 192 new posts DB2 - forum profile
Database Concepts & Design - 147 new posts Database Concepts & Design - forum profile
Chit Chat - 70 new posts Chit Chat - forum profile
ANSI SQL - 27 new posts ANSI SQL - forum profile
Sybase - 25 new posts Sybase - forum profile
Informix - 24 new posts Informix - forum profile
Microsoft Excel - 23 new posts Microsoft Excel - forum profile
 

Top 10 forums on dBforums - Database Support Community:

Microsoft Access - 21,197 posts Microsoft Access - forum profile
Microsoft SQL Server - 19,234 posts Microsoft SQL Server - forum profile
DB2 - 15,971 posts DB2 - forum profile
Chit Chat - 12,119 posts Chit Chat - forum profile
Oracle - 9,629 posts Oracle - forum profile
Database Concepts & Design - 7,711 posts Database Concepts & Design - forum profile
MySQL - 7,265 posts MySQL - forum profile
Sybase - 3,372 posts Sybase - forum profile
Informix - 1,730 posts Informix - forum profile
PHP - 1,593 posts PHP - forum profile

Latest active threads on dBforums - Database Support Community:

dBforums - Database Support Community
Started 2 days, 4 hours ago (2009-07-08 00:52:00)  by Bob2119
Can I tell in afterdelete event if the user press yes or no?
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (4 posts) Thread info: AfterDelete event? Size: 60 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "AfterDelete event? :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 4 hours ago (2009-07-08 00:50:00)  by Bob2119
Can I set the form's caption property from vb ?
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (5 posts) Thread info: Form's Caption Size: 85 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Form's Caption :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 3 hours ago (2009-07-08 01:59:00)  by bklr
Hi, I have created a user and a database with login postgres 5 days back but now when i am login with postgres password authentication failed for user "postgres" like this bash-3.2$ psql -W postgres postgres Password for user postgres: psql: FATAL: password authentication failed for user "postgres" can any one help how to login for postgres it some what urgent
Forum:  PostgreSQL PostgreSQL - forum profile
Thread:  Show this thread (1 post) Thread info: password authentication failed for user "postgres" Size: 486 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "password authentication failed for user "postgres" :: PostgreSQL :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 3 hours ago (2009-07-08 01:45:00)  by andi_kan
Hi guys, I need help. I'm not too familiar with the various SQL terms and all so please forgive me if I don't say it right Let me start by explaining what I'm trying to achieve. I'm trying to create a tracking system whereby all outgoing and incoming documents are matched. The problem is that outgoing documents (I'll use an invoice book as example) run in sequence, say each book contains ...
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (1 post) Thread info: How to create conditional expressions (maybe I used wrong term?) Size: 4,633 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to create conditional expressions (maybe I used wrong term?) :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 4 hours ago (2009-07-08 01:41:00)  by Bob2119
I tried to build a query using count. What I want is to count the number of records where Flight.[battery id] a number like 2 I want to run this in vb code onclick of a button on a form I then want to display the count in a unboudn text field. Please help SELECT Count(Flights.[iBattery ID]) AS [CountOfiBattery ID] FROM Flights HAVING (((Count(Flights.[iBattery ID]))=2));
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (1 post) Thread info: Select count syntax Size: 471 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Select count syntax :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 8 hours ago (2009-07-07 20:56:00)  by dbfHelp
Please help on following Table: ITrans Primary key: uid, RefNo, type, spkey. Group by field : uid, Ino Sum field: IValue Requirement: 1.) Group the recrods by uid,Ino sum(Ivalue) as totval. 2.) select a distinct RefNo, Ino, totval from Itrans Note Refno cannot be repeated must be distinct. It does not matter there many Refno for the summation just ...
Forum:  Microsoft SQL Server Microsoft SQL Server - forum profile
Thread:  Show this thread (5 posts) Thread info: Summation and select distinct for summation. Size: 604 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Summation and select distinct for summation. :: Microsoft SQL Server :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 5 hours ago (2009-07-07 23:48:00)  by sundaram
Hi, We use db2 8.2 on Windows 2000. We were on fixpack 13 initially. Last week we applied fixpack 17a. after this we notice the cpu utilisation in the server is comming closer to 100% and our production users complain of slow response. Our production system uses Windows clustering - our production DB instance ican fail over to the other server using Microsoft clustering. We ...
Forum:  DB2 DB2 - forum profile
Thread:  Show this thread (2 posts) Thread info: How to revert back from db2 8.2 fixpack 17a Size: 875 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to revert back from db2 8.2 fixpack 17a :: DB2 :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 8 hours ago (2009-07-07 21:14:00)  by Bob2119
Are there any utils to print all the forms code. Export to a txt file would be nice. I am setting up a data base for this but it is manual and slow to keep current. Also print all the forms screens would be nice all so I print screen the screens now and save to a image file.
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (4 posts) Thread info: Print Form's Code Size: 291 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Print Form's Code :: Microsoft Access :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 14 hours ago (2009-07-07 15:35:00)  by MarkWahlbergTwo
Hello I would like to drop by and say hello. I was watching this forum for a while now, but haven't made a contribution. I am from Algiers and like to play video games like half life and xbox. I hope to get a lot out of this forum . Thank you for having me Marc
Forum:  New Members & Introductions New Members & Introductions - forum profile
Thread:  Show this thread (2 posts) Thread info: Hi Everyone I am new here. Size: 587 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Hi Everyone I am new here. :: New Members & Introductions :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 days, 4 hours ago (2009-07-08 00:44:00)  by desireemm
Hi all I have yet another question. I need to have two datasources for a report that has two tables in it, now the reason being is because one table is to give totals for the shool year and the other table is to give totals for the summer school. so its going to be different totals in both tables. And each table has its own datasource. The user wants to see both totals for summer school and ...
Forum:  Microsoft SQL Server Microsoft SQL Server - forum profile
Thread:  Show this thread (1 post) Thread info: Two Data Sources in RS Size: 479 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Two Data Sources in RS :: Microsoft SQL Server :: dBforums - Database Support Community"
 

Hot threads for last week on dBforums - Database Support Community:

Chit Chat
The Yak Corral 007 - 67 new posts
Started 1 month, 4 weeks ago (2009-05-11 07:30:00)  by mike_bike_kite
The old one has hit 1000 so this is yet another preemptive strike to avoid melt down of vBulletin. No doubt in years to come they may release a fix - then again they probably won't. Happy yakking
Forum:  Chit Chat Chit Chat - forum profile
Thread:  Show this thread (802 posts) Thread info: The Yak Corral 007 Size: 213 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "The Yak Corral 007 :: Chit Chat :: dBforums - Database Support Community"
Database Concepts & Design
Started 1 week, 1 day ago (2009-07-01 08:13:00)  by MarineX
["http://img195.imageshack.us/img195/695/picture2e pi.png"]Kindly remove this.. im kinda confused with it.
Forum:  Database Concepts & Design Database Concepts & Design - forum profile
Thread:  Show this thread (22 posts) Thread info: Need Assistance for my Project Size: 115 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Kindly close this. thanks. :: Database Concepts & Design :: dBforums - Database Support Community"
Microsoft Access
Started 1 week, 1 day ago (2009-07-01 09:22:00)  by darkangie
Hi! I'm writing a code to fill a sub form with the data from my db...but when i select any of the filters I got the error msg: Too few parameters. Expected 2, when it tries to execute .OpenRecordset() Could you please help me...I'll put the code here This is the sql: strSQL_Transf = "" & " TRANSFORM Sum([SaldoDevedorIni]) AS SomaSaldoDevedorIni " & "" strSQL_Select = "" & "...
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (20 posts) Thread info: Error Too few parameters. Expected 2 Size: 7,321 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Error Too few parameters. Expected 2 :: Microsoft Access :: dBforums - Database Support Community"
Microsoft Access
Started 1 week, 3 days ago (2009-06-29 09:58:00)  by jancliff
I apologise if this is very easy as its been a while since I've used Access. In very simple terms I have a database with Field1 Field2 Field3 and Field4. There are times if a user is inputting 100 records at a time where Field1, Field2 and Field 3 are the same but Field4 is different. I was hoping to find the best way to do this so I could perhaps use a form with drop down lookups for Fields...
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (23 posts) Thread info: Best way to enter records with most data the same Size: 1,146 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Best way to enter records with most data the same :: Microsoft Access :: dBforums - Database Support Community"
DB2
Started 3 days, 11 hours ago (2009-07-06 18:26:00)  by TheSarge
Running DB2 v9.105 FP 5 on AIX I'm trying to learn about controlling user access at a table level but things aren't working the way I expect. I've created a new database - DBACTION - with 2 tables - general_access and restricted_access. The goal is to allow user HIREM to access general_access but not restricted_access. I've revoked all database level privileges from PUBLIC - my id...
Forum:  DB2 DB2 - forum profile
Thread:  Show this thread (18 posts) Thread info: Unable to restrict user access Size: 991 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Unable to restrict user access :: DB2 :: dBforums - Database Support Community"
Oracle
SQL Query - 18 new posts
Started 3 days, 17 hours ago (2009-07-06 12:26:00)  by shajju
Hi Thought I'd get some ideas from the gurus here. Basically I am querying a table and generating a report with the returned data. Now, what I'm after is that e.g., one of the returned columns gives rows containing string: 1.1.1.1 1.1.1.2 1.1.1.3 etc And 1.1.1.1 means A 1.1.1.2 means B 1.1.1.3 means C etc Is there any way that I can get output so that I see 1.1.1...
Forum:  Oracle Oracle - forum profile
Thread:  Show this thread (18 posts) Thread info: SQL Query Size: 596 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL Query :: Oracle :: dBforums - Database Support Community"
Oracle
trunc to_date to_char - 18 new posts
Started 1 week ago (2009-07-02 06:26:00)  by sunsail
Hello can you explain how I should use these funcs? I generally do trunc(date)='01-01-2009' to_date(date)='01-01-2009' to_char(date)='01-01-2009' in which situations should I use these Thanks
Forum:  Oracle Oracle - forum profile
Thread:  Show this thread (18 posts) Thread info: trunc to_date to_char Size: 275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "trunc to_date to_char :: Oracle :: dBforums - Database Support Community"
Microsoft SQL Server
Started 4 days, 17 hours ago (2009-07-05 12:25:00)  by benrees
Hi All I'm looking at different ways of implementing a simple, but extensible ETL application in SQL Server and was wondering what people have previously used. I've played with SSIS and, though it does a lot of what I'm after, it doesn't seem particularly extendable (e.g. allowing for quite sophisticated transformation processes) and it's also not as easy to use as it could be! Has ...
Forum:  Microsoft SQL Server Microsoft SQL Server - forum profile
Thread:  Show this thread (17 posts) Thread info: Best ETL solution for MS SQL Server Size: 818 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Best ETL solution for MS SQL Server :: Microsoft SQL Server :: dBforums - Database Support Community"
Database Concepts & Design
Started 1 week, 1 day ago (2009-07-01 10:01:00)  by MarineX
ER-Diagram my other current er diagram is like that. Is there any issues on how i rearranged the diagram? [Agency] AgencyId PRIMARY KEY [Customer] CustomerId PRIMARY KEY [Rental] RentalId PRIMARY KEY VehicleId FOREIGN KEY CustomerId FOREIGN KEY [Vehicle] VehicleId PRIMARY KEY VehicleTypeId FOREIGN KEY AgencyId FOREIGN KEY [VehicleType] VehicleTypeId PRIMARY KEY ...
Forum:  Database Concepts & Design Database Concepts & Design - forum profile
Thread:  Show this thread (15 posts) Thread info: Need Assistance for my Project 2 Size: 717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Need Assistance for my Project 2 :: Database Concepts & Design :: dBforums - Database Support Community"
Microsoft Access
Started 5 days, 14 hours ago (2009-07-04 14:55:00)  by Bob2119
After downloading a sample mdb when I try to open I get a out internet ... error and will not open the file. Only happens on some of course the ones I really want to look at.
Forum:  Microsoft Access Microsoft Access - forum profile
Thread:  Show this thread (15 posts) Thread info: Outside my internet... will not open Size: 175 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Outside my internet... will not open :: Microsoft Access :: dBforums - Database Support Community"