Enter Keywords:
1 - 10 of 208(0.008 seconds)
Sort By:
 
Dim rs As Recordset Set rs = Me.RecordsetClone I can not get the above syntax to work with Access 2000. I get an error 13 I tried rs as dbodb.recordset same result. What is is the correct synt...
Zones: MS AccessDate Answered: 01/06/2000 Rating: 5.2 Views: 0
Dear sir I have recurrent problems with my computer which has win 95. This problem is whenever I install some of the games if installation is complete the error message comes "run time error 13,...
Zones: Windows 98Date Answered: 06/10/2001 Rating: 7.8 Views: 0
I have a database that I share between computers.  When I share it on a 98 box all computers can access it and there are no problems.  When it put it on a novell file server only one program can ac...
Zones: Visual BasicDate Answered: 12/30/2000 Rating: 6.6 Views: 0
Using SQL 2000 I'm trying to create a SQL View that will parse data from a field that is seperated by a CHR10 & CHR13 characters. Orginally the data looks like this in the one field. SOM.Ship...
Zones: MS SQL ServerDate Answered: 05/22/2004 Rating: 7.0 Views: 0
I have a very simple php application that displays some documents. The application contains one query: Select d.DocID, d.Author, d.Title, d.Subtitle, d.DocType, d.Created, d.DocSize, d.DisplayS...
Zones: MySQL ServerDate Answered: 05/22/2003 Rating: 7.8 Views: 0
Good Morning team, I am recieving a runtime 13 error in the following code and can not find out why. Private Sub SiteAmends() Dim rsUpdate As ADODB.Recordset Dim strSQL As String Dim st...
Zones: MS AccessDate Answered: 10/12/2004 Rating: 8.8 Views: 0
For linux command ls -l it shows the following $>ls -l -rw-r--r--  1 build users   1318 Mar 26 13:07 wineselected.jsp Can anyone tell me what is -rw-r--r-- (what is this permission mean)
Zones: Linux, Linux DistributionsDate Answered: 03/31/2005 Rating: 7.4 Views: 0
Getting this on my new DC that has SP1 for Windows 2003 on it. Automatic cert enrollment for local system failed to enroll for one Dc cert from cert authority xxx.xxx.com  Access Denied. Anothe...
Zones: Windows 2003 ServerDate Answered: 12/29/2005 Rating: 8.0 Views: 0
I need help resolving an error code below. Upon clicking an "Ok" button of a Login Form, I received:   "Run-time error 13": Type Mismatch   and debug highlighted the line below: GetDateModi...
Zones: MS AccessDate Answered: 01/24/2006 Rating: 7.4 Views: 0
Dim db As Database  Dim rst As Recordset  Iin the following code: Set db = CurrentDb    Set rst = db.OpenRecordset("Select * From MyTable") rst.MoveLast intI = rs.RecordCount rst.Mov...
Zones: MS AccessDate Answered: 03/07/2006 Rating: 7.4 Views: 0