Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 02-28-2001, 02:25 PM   #1
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
I have been compacting a database on a weekly basis instead of daily which would have been a little smarter. The information is coming back as a ? and a square instead of populating from a text field. The same query pulls the opened_date, closed_date, Active and does a count(*) which works fine. The only information that doesn't come through correct is the description field.

Does anyone have any idea how I can fix this?

Here is my Query incase you're interested in that.

Code:
strSQL = "SELECT Count(*), Outages.Outage, Outages.Active, Outages.Start_Date, Outages.Start_Time, Outages.End_Date, Outages.End_Time"
strSQL = strSQL & " FROM Outages RIGHT JOIN Tickets ON Outages.OutageID = Tickets.Outage"
strSQL = strSQL & " GROUP by Outages.Outage, Outages.Active, Outages.Start_Date, Outages.Start_Time, Outages.End_Date, Outages.End_Time"
Thank you for any help.
artsapimp is offline   Reply With Quote
Old 03-06-2001, 04:33 AM   #2
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
I think that you have to restore a backup. Or try to open the database in MS Access, and select the repair option. Try to switch to MSSQL Server, or even MSDE (a scaled down version of SQL Server, and it comes free with ms office)
mosquito is offline   Reply With Quote
Old 03-06-2001, 08:34 AM   #3
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
That is what I was afraid of. We are going to upgrade to SQL but I don't know when that will be. I will start pushing it a little more. Thanks.
artsapimp is offline   Reply With Quote
Old 03-06-2001, 09:20 AM   #4
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
Make sure that you check the upsizing tools from ms, they can save you a lot of work when you have to migrate from access to sqlserver.
mosquito is offline   Reply With Quote
Old 03-06-2001, 10:08 AM   #5
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
I sure will, thanks.
artsapimp is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:54 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2