|
|
 |
FN-FORUM: Calling all ASP experts
date posted 29th June 2003 15:55
Could someone explain this mystery to me (isn't it so sad that I'm working
on a sunday).
This query below is a perfectly legal Access Query, I checked all the fields
in the table
INSERT INTO
tbl_Orders(product_id,customer_id,unit_price,price_paid,quantity,date_ordere
d,order_status) VALUES(69,1,'30',30,10,'6/29/2003 10:49:56 AM','Ordered')
This statement is a perfectly legal ASP statements
Set objConn=Server.CreateObject("ADODB.Connection")
objConn.Open "DSN=aklotDSN;"
objConn.Execute strSQL, where strSQL is the insert statement above.
So why is this happening?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable
query.
Nicky.
----- Original Message -----
From: "Simon Barker" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sunday, June 29, 2003 4:00 PM
Subject: RE: FN-FORUM: graphic card question
> So go and buy a professional 3d card or take into consideration the tiny
> tiny percentage we're talking about... Not that we are because surely if =
> it
> had been such a specific task this would have been mentioned at the
> beginning no?=20
>
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On =
> Behalf
> Of [EMAIL REMOVED]
> Sent: 29 June 2003 10:01
> To: FN-FORUM / [EMAIL REMOVED]
>
> Simon Barker wrote:
> > If it's not gaming why would you want an ATI or an Nvidia?
>
> There is more to hardware 3d than games=20
>
>
>
> Rick
>
> Kitty5 NewMedia http://Kitty5.com
> POV-Ray News & Resources http://Povray.co.uk TEL : +44 (01270) 501101 - =
> FAX
> : +44 (01270) 251105 - ICQ : 15776037
>
> PGP Public Key
> http://pgpkeys.mit.edu:11371/pks/lookup?op=3Dget&search=3D0x231E1CEA
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> Graduate & Professional Financial Services - Specialists in MORTGAGES =
> for
> FREELANCERS. House purchase, re-mortgage (including debt consolidation =
> and
> capital raising), Buy to Let, flexible offset and current account =
> mortgages.
> Visit our website at http://www.gradprof.co.uk?fnet
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
> ==========
> Graduate & Professional Financial Services - Specialists in MORTGAGES for
> FREELANCERS. House purchase, re-mortgage (including debt consolidation and
> capital raising), Buy to Let, flexible offset and current account
mortgages.
> Visit our website at http://www.gradprof.co.uk?fnet
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|