Re: [DOCS] disabling OIDs?

2004-12-17 Thread Mark Dexter
to work. Mark Dexter >Mark, > For what it's worth, OIDs are required if you ever want to use > updateable cursors with the ODBC driver.  We discovered this the hard > way.  Mark Dexter Well, that would be something to fix in the ODBC driver ... file a bug, eh? -- Josh Ber

Re: [DOCS] disabling OIDs?

2004-12-14 Thread Mark Dexter
Title: Re: disabling OIDs? For what it's worth, OIDs are required if you ever want to use updateable cursors with the ODBC driver.  We discovered this the hard way.  Mark Dexter

[DOCS] UPDATE Query Example

2004-10-20 Thread Mark Dexter
ON e.bonus_plan = bp.planid WHERE employees.employeeid = e.employeeid Thanks.  Mark Dexter