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 and Reporting | Forum profile

Forum profile page for Database and Reporting on http://www.xtremevbtalk.com. This report page is the aggregated overview from a single forum: Database and Reporting, located on the Message Board at http://www.xtremevbtalk.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 and Reporting" on the Message Board at http://www.xtremevbtalk.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: Xtreme Visual Basic Talk - Database and Reporting (site profile, domain info xtremevbtalk.com)
Title: Database and Reporting
Url: http://www.xtremevbtalk.com/forumdisplay.php?f=16
Users activity: 16 post per thread
Forum activity: 16 active threads during last week
 

Posting activity on Database and Reporting:

  Week Month 3 Months
Threads: 16 74 192
Post: 28 112 312
 

Database and Reporting Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Arjuna80
3
user's latest post:
Problem with returning NULL
Published (2009-11-05 06:24:00)
/solved solution: wrong: If rs(vFieldName).Value = Null Then correct: If IsNull(rs.Fields(vFieldName).Value) Then
ace070590
3
user's latest post:
Converting syntax
Published (2009-11-11 18:53:00)
In other words, my friend has to convert his syntax to SQL server. I'll find out if he actually using Access 2005 or some variations of it. Thanks for the info!
gibra
3
user's latest post:
SQLServer name problem
Published (2009-11-11 06:36:00)
Version of SQLServer?
Kaveh_1972
2
user's latest post:
Problem Connecting to SQL Server...
Published (2009-11-06 04:34:00)
Yes, I can access the internet via LAN & ADSL. The strange thing is that there is no problem with the LAN access or any other restriction, just remote connection to SQL Server!
vb5prgrmr
2
user's latest post:
Converting syntax
Published (2009-11-11 14:36:00)
I have even seen references to MySQL as SQL Server. As for conversion, if OP's friend is using Access there use to be an upsizing wizard which would make some of the transition easier...
blurboi06
1
user's latest post:
vb6 ActiveX dll communicate with...
Published (2009-11-04 22:26:00)
Hi, I created an ActiveX dll that has a form in it. My caller program has a button and once this button is click, it will ask this dll to open the form and perform its operation. Question: Now in my dll, I am retrieving data from a database directly. This is not exactly what I want. I want to retrieve data externally and pass in the data as recordset into my dll to be displayed on the form. How can I achieve this? Is it possible to create...
Afi83
1
user's latest post:
SQL for Calculating conditional...
Published (2009-11-05 00:50:00)
Hi there I need to do something in sql like this: I have a table with grades in this table in included the average of each person from prior date. Know in this table I have present grades and average of pervious ones for each student. Know I need to calculate overall average for each student. I add the coursecode to my table then I can find the previous average for each individual. But I don't know how I can write the sql command to do...
loquin
1
user's latest post:
Run time error 3709 Access 2000...
Published (2009-11-06 10:37:00)
where (and how) is the connection declared? IMO, it's usually better to declare and instantiate the database objects explicitly , and not implicitly. The resulting machine code is more efficient. Code: dim rs as adodb.recordset '... set rs = new ADODB.recordset '... rs.open strSQL, cn '... rs.close set rs = nothing
Pkchaturvedi
1
user's latest post:
how can we set authentication...
Published (2009-11-09 04:28:00)
Dear friends Pls give me solutions that how can we set authentication mode(Windows authentication/Sql authentication) in crystal report 8.5 through vb 6.0 and database is sql server 2008. I designed my report with Windows authentication and now through vb code i want to connect report through Sql authentication(which required user name & password.) is there any way through which we can set this ? I am opening my report through craxdrt...
Afi83 Afi83 is offline Newcomer
1
user's latest post:
SQL for Calculating conditional...
Published (2009-11-05 00:50:00)
Hi there I need to do something in sql like this: I have a table with grades in this table in included the average of each person from prior date. Know in this table I have present grades and average of pervious ones for each student. Know I need to calculate overall average for each student. I add the coursecode to my table then I can find the previous average for each individual. But I don't know how I can write the sql command to do...
 

Latest active threads on Database and Reporting::

Xtreme Visual Basic Talk
Started 4 days, 14 hours ago (2009-11-10 19:22:00)  by vb5prgrmr
Either Microsoft SQL Server or Structured Query Language. (A whole lot of information missing here but since this is third hand information it is not surprising.) Good Luck
Thread:  Show this thread (6 posts)   Thread info: Converting syntax Size: 249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Converting syntax :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 4 days, 3 hours ago (2009-11-11 06:36:00)  by gibra
Version of SQLServer?
Thread:  Show this thread (2 posts)   Thread info: SQLServer name problem Size: 63 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQLServer name problem :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 4 days, 17 hours ago (2009-11-10 16:31:00)  by gibra
Quote: Let's say "User A" Selects records 1,2 & 3 and calls up their detailed view. whilst "User A" is happy viewing them, "User B" comes along on his machine and deletes record 2. If "User A" then tries to edit record 2, the program will crash. You must to check if record exists 'each time' you try to open it. How to is depend ...
Thread:  Show this thread (2 posts)   Thread info: Delete Current Record - Multi User App Size: 1,707 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Delete Current Record - Multi User App :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 5 days ago (2009-11-10 09:21:00)  by jerome_gail26
You can save the path of the picture on a field in your database. Goodluck, Jerome and Gail
Thread:  Show this thread (2 posts)   Thread info: saving image in ms access using vb6 Size: 158 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: saving image in ms access using vb6 :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 6 days, 5 hours ago (2009-11-09 04:28:00)  by Pkchaturvedi Pkchaturvedi is offline Newcomer
Dear friends Pls give me solutions that how can we set authentication mode(Windows authentication/Sql authentication) in crystal report 8.5 through vb 6.0 and database is sql server 2008. I designed my report with Windows authentication and now through vb code i want to connect report through Sql authentication(which required user name & password.) is there any way ...
Thread:  Show this thread (2 posts)   Thread info: how can we set authentication mode(Windows authentication/Sql
authentication) Size: 605 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how can we set authentication mode(Windows authentication/Sql
authentication) :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 1 week, 1 day ago (2009-11-06 10:37:00)  by loquin
where (and how) is the connection declared? IMO, it's usually better to declare and instantiate the database objects explicitly , and not implicitly. The resulting machine code is more efficient. Code: dim rs as adodb.recordset '... set rs = new ADODB.recordset '... rs.open strSQL, cn '... rs.close set rs = nothing
Thread:  Show this thread (2 posts)   Thread info: Run time error 3709 Access 2000 format Size: 682 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Run time error 3709 Access 2000 format :: Database and Reporting :: Xtreme Visual Basic Talk"
Xtreme Visual Basic Talk
Started 1 week, 3 days ago (2009-11-05 07:01:00)  by gibra
There is something that disable remoting. The only thing that I can to think is the Firewall, or other program, that have a Parental control to forbid network access. Can you access to Internet, from Vista, before 12:00pm?
Thread:  Show this thread (3 posts)   Thread info: Problem Connecting to SQL Server 2008 in Specific Time Size: 298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Problem Connecting to SQL Server 2008 in Specific Time :: Database and Reporting :: Xtreme Visual Basic Talk"
 

Hot threads for last week on Database and Reporting::

Database and Reporting
Started 4 days, 14 hours ago (2009-11-10 19:22:00)  by vb5prgrmr
Either Microsoft SQL Server or Structured Query Language. (A whole lot of information missing here but since this is third hand information it is not surprising.) Good Luck
Thread:  Show this thread (6 posts)   Thread info: Converting syntax Size: 249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Converting syntax :: Database and Reporting :: Xtreme Visual Basic Talk"
Database and Reporting
Started 6 days, 5 hours ago (2009-11-09 04:28:00)  by Pkchaturvedi Pkchaturvedi is offline Newcomer
Dear friends Pls give me solutions that how can we set authentication mode(Windows authentication/Sql authentication) in crystal report 8.5 through vb 6.0 and database is sql server 2008. I designed my report with Windows authentication and now through vb code i want to connect report through Sql authentication(which required user name & password.) is there any way ...
Thread:  Show this thread (2 posts)   Thread info: how can we set authentication mode(Windows authentication/Sql
authentication) Size: 605 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how can we set authentication mode(Windows authentication/Sql
authentication) :: Database and Reporting :: Xtreme Visual Basic Talk"
Database and Reporting
Started 4 days, 17 hours ago (2009-11-10 16:31:00)  by gibra
Quote: Let's say "User A" Selects records 1,2 & 3 and calls up their detailed view. whilst "User A" is happy viewing them, "User B" comes along on his machine and deletes record 2. If "User A" then tries to edit record 2, the program will crash. You must to check if record exists 'each time' you try to open it. How to is depend ...
Thread:  Show this thread (2 posts)   Thread info: Delete Current Record - Multi User App Size: 1,707 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Delete Current Record - Multi User App :: Database and Reporting :: Xtreme Visual Basic Talk"
Database and Reporting
Started 5 days ago (2009-11-10 09:21:00)  by jerome_gail26
You can save the path of the picture on a field in your database. Goodluck, Jerome and Gail
Thread:  Show this thread (2 posts)   Thread info: saving image in ms access using vb6 Size: 158 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: saving image in ms access using vb6 :: Database and Reporting :: Xtreme Visual Basic Talk"
Database and Reporting
Started 4 days, 3 hours ago (2009-11-11 06:36:00)  by gibra
Version of SQLServer?
Thread:  Show this thread (2 posts)   Thread info: SQLServer name problem Size: 63 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQLServer name problem :: Database and Reporting :: Xtreme Visual Basic Talk"
Database and Reporting
Started 1 week, 1 day ago (2009-11-06 10:37:00)  by loquin
where (and how) is the connection declared? IMO, it's usually better to declare and instantiate the database objects explicitly , and not implicitly. The resulting machine code is more efficient. Code: dim rs as adodb.recordset '... set rs = new ADODB.recordset '... rs.open strSQL, cn '... rs.close set rs = nothing
Thread:  Show this thread (2 posts)   Thread info: Run time error 3709 Access 2000 format Size: 682 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Run time error 3709 Access 2000 format :: Database and Reporting :: Xtreme Visual Basic Talk"