Ref thread690-1816512
I have a site where Avaya 9611 phones are intermittently experiencing a weird ring sound when called station to station or on inbound calls. It sounds like a gurgling noise. It lasts about 15 seconds and can't be interrupted by lifting the handset. The closed thread...
I'm getting error 3734 (The database has been placed in a state by user 'Admin' on 'SOLS-DC1' that prevents it from being opened or locked.) when two or more users attempt to simultaneously insert records into the same table in the backend database. Sometimes it's error -2147467259 with the...
Eprice....It's a slippery slope to be on when you start modifying database design on the fly. With that said I'll tell you that there are several ways to do what you describe. You can use SQL; In fact I have scripted entire database builds using SQL. If you just need a quick mod then use the...
I searched around any saw nothing on this issue. I have an ML350 G4p box with 641 array controller and a full cage of 36gig drives on raid 5. During warm boots sometimes one or more of the disks will go offline. I have to power the box off and cold boot to get the array online again. I have...
Thanks again Pat. The 5.0.7 recut media was the answer. Also, this box is the only ML350 G4p in my rack. Apparently the 'p' model had some issues that were addressed in the later installation media.
patw, thanks for the reply. This is quite a head scratcher. I have tried the ciss driver from EFS 5.66, 5.68a, 5.770a and 5.790a. I got the 5.66 driver from the installation media for OS5.0.7. and used the EFS utility to create the diskette. I got the other versions from the HP website and...
I need some help with an installation of SCO Open Server 5.0.7 on an HP ML350 G4. The server has a 642 Controller that has a RAID 5 array configured. I am able to boot from the install CD and load BTLDs for ciss and ad160 (there is also an Adaptec 29160 that has a DAT drive attached). The...
I have an Access 2002 application (FE/BE) that has been in production for several years. Recently it developed an annoying problem when executing a startup routine that relinks the backend tables. The frontend and backend mdbs are on the same machine. There are 105 tables that are relinked...
That immediate if is valid in the querey editor. You just don't have to work so hard to string it together.....drop the double quotes, the underscores and the ampersands. A good way to zero in on the correct syntax for this type of thing is to use the expression builder in the query builder...
If I use that exact same sql stmt with a datareader then I can bind it successfully to the grid:
'--------------------------
Dim conLaundry As OleDbConnection
Dim cmdLaundry As OleDbCommand
Dim rdrLaundry As OleDbDataReader
conLaundry = New...
I am having trouble binding a dataset table to a datagrid control. Here's the code that yields no rows in the grid. I'm sure that the dataset table contains data.
'---------------------------------------------
strSQL = "SELECT tblBudget.lID, tblBudget.iMonth, tblBudget.lPounds, " _...
I'm trying to format a telephone number in vb/aspx page. I'm missing something. When I use:
sGMTollFree = Format("8775555555", "(###)###-####")
the function returns the format string (###)###-#### instead of the input string in the proper format (877)555-5555.
Please reply if you can shed...
Well that's a little hairy to offer a good solution without the data but sometimes the use of a report table is the best solution when you need to sort at group levels but still need the detailed data. For example: In the report open event you could populate a report table with the results of...
I have read many threads and a FAQ on the subject of faxing Access reports but I still need to ask if anyone has overcome the problems that I am experiencing. I need to programatically control the fax process and have only seen two methods for this: 1) Using the Outlook model (I don't like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.