Re: Division by Zero Error - Help Urgent
- From: mscir <mscir@xxxxxxxxx>
- Date: Tue, 18 Oct 2005 23:01:46 -0700
swami@xxxxxxxxxxxxxxxxxxxxxx wrote:
Hi All, I'm getting a weird problem.. This happens only on ONE desktop... Other PC's the same works fine without any problem..
strSQL= "select max(last_edit_date) from TABLE1" Dim rsrec As New ADODB.Recordset rsrec.Open strSQL, conn, adOpenStatic, adLockOptimistic, adCmdText
<snip>
When I run into problems like this I start changing everything in sight, one variable at a time, using trial and error to see if I can learn more about the error.
Did you try different strSQL, e.g. maybe take the max() out, read everything from the table, stuff like that?
Did you try Dim rsrec As ADODB.Recordset Set rsrec = New ADODB.Recordset
Mike .
- Follow-Ups:
- Re: Division by Zero Error - Help Urgent
- From: swami
- Re: Division by Zero Error - Help Urgent
- References:
- Division by Zero Error - Help Urgent
- From: swami
- Division by Zero Error - Help Urgent
- Prev by Date: Re: VB 6, SP 5 and Hyperthread
- Next by Date: Re: Division by Zero Error - Help Urgent
- Previous by thread: Re: Division by Zero Error - Help Urgent
- Next by thread: Re: Division by Zero Error - Help Urgent
- Index(es):
Relevant Pages
|