ADO teething problems
- From: "BillCo" <coleman.bill@xxxxxxxxx>
- Date: 24 Jul 2006 08:41:19 -0700
I'm trying to make the crossover to ADO and I've stumbled into a
strange quirk in A2K (mdb, no linked tables).
I have a function which generates an INSERT query on the fly and runs
it.
DAO: CurrentDB.Execute StrSQL - works fine
DoCmd.RunSql StrSQL - works
But with ADO using cn.execute, I get Error -2147217833
"The field is too small to accept the amount of data you attempted to
add. Try inserting or pasting less data."
....which leads me to think that ADO treats field size/ type conflicts
differently to DAO / Straight Jet SQL queries.
Any takers?
.
- Follow-Ups:
- Re: ADO teething problems
- From: Lyle Fairfield
- Re: ADO teething problems
- Prev by Date: refresh or requery form display on field change
- Next by Date: Export tables from Backend
- Previous by thread: refresh or requery form display on field change
- Next by thread: Re: ADO teething problems
- Index(es):
Relevant Pages
|