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... 

SQL Development | Forum profile

Forum profile page for SQL Development on http://www.aspfree.com. This report page is the aggregated overview from a single forum: SQL Development, located on the Message Board at http://www.aspfree.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 "SQL Development" on the Message Board at http://www.aspfree.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: ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting - SQL Development (site profile, domain info aspfree.com)
Title: SQL Development
Url: http://forums.aspfree.com/sql-development-6/
Users activity: 19 post per thread
Forum activity: 4 active threads during last week
 

Posting activity on SQL Development:

  Week Month 3 Months
Threads: 4 32 76
Post: 7 69 142
 

SQL Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
apachehelp
2
user's latest post:
Like statement help
Published (2009-11-24 09:20:00)
I have done it by Code: '%' + @varyr + '%' doing that. However, in my stored procedure, I also want to select the date field, which contains dates in DD/DD/YYYY format. I want to then extract just the year so that on my website, i can give a list of each year the person has an entry in the database, but I dont know how to get just the year from the date field and then display it only once on my website, even if I have the...
iand109
2
user's latest post:
[Query - General] Failure...
Published (2009-11-27 07:44:00)
Hi, I have a SQL 2005 DB and using ASP VB. I have a form that a user selects 'Month' and 'year' to run a 6-month forecast report. I'm trying to make the results page load up the next 6 months'-worth of month names in a table. So if a user selects 'June', the results page will load up 'June', 'July' etc. I'm using Dreamweaver and have tested the result set, which works OK, but...
June7
2
user's latest post:
Update Query - Multiple step OLE...
Published (2009-11-27 15:47:00)
Thanks for the link. Haven't quite figured out the code but does seem pertinent. Search for related info led me to another possible solution, which is to set the CacheSize property of a recordset. http://ares.smartartist.net.au/casp...ze_property.htm I have no problem with VBA code updating a 69,000-record table using a function that does not involve data connection or Select query so that does make me think that the solution will...
q97
1
user's latest post:
Update Query - Multiple step OLE...
Published (2009-11-27 21:46:00)
Had to dig through some of my old codev- I knew I had the same problem once before: Code: Set oCommand = CreateObject("ADODB.Command") Set oCommand.ActiveConnection = oConnection oCommand.Properties("Page Size") = 200 I've taken a crack at modifying your code, but no guarantees... changes in Green Code: Public Sub UpdatePrefix() Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Set objCmd =...
 

Latest active threads on SQL Development::

ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 2 weeks, 1 day ago (2009-11-17 08:54:00)  by q97
It might be the vb induced limit of 1000 records causing the problem. There is a simple fix, where you tell it how many records it is to work with at a time. http://social.msdn.microsoft.com/Forums/en-US/vb general/thread/e483c098-b2c1-4037-b9fb-3c882f3b14c 4
Thread:  Show this thread (6 posts)   Thread info: Update Query - Multiple step OLE DB operation generated errors... Size: 331 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Update Query - Multiple step OLE DB operation generated errors... :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 5 days, 8 hours ago (2009-11-27 07:44:00)  by iand109
Thread:  Show this thread (2 posts)   Thread info: [Query - General] Failure comverting datetime Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Query - General - Failure comverting datetime :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 1 week, 1 day ago (2009-11-24 09:20:00)  by apachehelp
I have done it by Code: '%' + @varyr + '%' doing that. However, in my stored procedure, I also want to select the date field, which contains dates in DD/DD/YYYY format. I want to then extract just the year so that on my website, i can give a list of each year the person has an entry in the database, but I dont know how to get just the year from the ...
Thread:  Show this thread (3 posts)   Thread info: Like statement help Size: 1,233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Like statement help :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 1 week, 6 days ago (2009-11-19 04:36:00)  by Guddu
yes .You can use like operator of sql. Please could you post your sql query here, so that we can modify it. just for your info Code: select * from table_book where title like '%put your variable which contains the data to be search%'
Thread:  Show this thread (8 posts)   Thread info: SQL query help please Size: 559 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL query help please :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 2 weeks, 2 days ago (2009-11-16 12:46:00)  by sync_or_swim
Hi, From your description of the problem I would expect your sql to have a GROUP BY and a HAVING COUNT > 1 which it does, so at a glance it looks pretty good. To really give you any useful help it would be helpful to see a description of your table structure and a sample of your data. I will try and help if you post this information.
Thread:  Show this thread (6 posts)   Thread info: [Query - General] Newbie - refine data, and return results when item
repeated twice Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [Query - General] Newbie - refine data, and return results when item
repeated twice :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 1 month, 1 week ago (2009-10-21 16:53:00)  by June7
This can happen when you use aggregate functions and you want to include a field that you don't want to group on. Have to do something with that field (such as Last or Max or Count). Query as posted difficult to read so I have repeated it here without edits other than the line continuations. Code: sqlText2 = "SELECT Distinct " & _ "name AS Thename, " & _ "Count(age) ...
Thread:  Show this thread (3 posts)   Thread info: SQL Error with Groupby Size: 1,315 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL Error with Groupby :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 7 months, 3 weeks ago (2009-04-15 03:59:00)  by sync_or_swim
Hi, and welcome to the forums. I'm not entirely sure what you are trying to achieve, do you just want the name and userid of the usedr along with a count of the number of of news records posted by this user, or do you want to return the user's name and id along with all of the ews items on the same line? If you wanted to do the latter it would be more difficult, but to simply return a...
Thread:  Show this thread (6 posts)   Thread info: [Transact-SQL] Help me - Count function Size: 943 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [Transact-SQL] Help me - Count function :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 7 months, 4 weeks ago (2009-04-08 09:33:00)  by bigmike1212
Actually, I think your "end result" is what your database design should look like in the first place.
Thread:  Show this thread (6 posts)   Thread info: [Query - General] How to select daily rate between start and end dates? Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [Query - General] How to select daily rate between start and end dates? :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
ASP Free Forums - ASP Help, ASP Tutorials, ASP Programming, ASP Code, ASPHosting
Started 9 months, 1 week ago (2009-02-24 04:27:00)  by bklr
select distinct * from @temptable where month(activedate) = month(statementdate)-1
Thread:  Show this thread (4 posts)   Thread info: [Query - General] Select correct row based on date entry Size: 138 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [Query - General] Select correct row based on date entry :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
 

Hot threads for last week on SQL Development::

SQL Development
Started 1 week, 1 day ago (2009-11-24 09:20:00)  by apachehelp
I have done it by Code: '%' + @varyr + '%' doing that. However, in my stored procedure, I also want to select the date field, which contains dates in DD/DD/YYYY format. I want to then extract just the year so that on my website, i can give a list of each year the person has an entry in the database, but I dont know how to get just the year from the ...
Thread:  Show this thread (3 posts)   Thread info: Like statement help Size: 1,233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Like statement help :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
SQL Development
Started 2 weeks, 1 day ago (2009-11-17 08:54:00)  by q97
It might be the vb induced limit of 1000 records causing the problem. There is a simple fix, where you tell it how many records it is to work with at a time. http://social.msdn.microsoft.com/Forums/en-US/vb general/thread/e483c098-b2c1-4037-b9fb-3c882f3b14c 4
Thread:  Show this thread (6 posts)   Thread info: Update Query - Multiple step OLE DB operation generated errors... Size: 331 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Update Query - Multiple step OLE DB operation generated errors... :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."
SQL Development
Started 5 days, 8 hours ago (2009-11-27 07:44:00)  by iand109
Thread:  Show this thread (2 posts)   Thread info: [Query - General] Failure comverting datetime Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Query - General - Failure comverting datetime :: SQL Development :: ASP Free Forums - ASP Help, ASP Tutorials, ASP Pro..."