RE: ODBC Error

2008-10-15 Thread William Seiter
Do a cfdump var=#Client_id# right before the query start to verify that the variable has a value. If the variable contains a blank, or a non-number, then the query will fail. To make sure that the query always passes a value, you can send the variable as paramed. SELECT client.client_id,

Re: ODBC Error CFQuery

2008-01-25 Thread netrista khatam
ENTERED AN EARLIER POST ON THIS SAME QUERY PROBLEM. ORIGINALLY IT WAS A SYNTAX PROBLEM. HOWEVER, NOW I AM GETTING THE FOLLOWING ERROR. THIS IS A SIMPLE LOGIN APPLICATION. Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access

Re: ODBC Error CFQuery

2008-01-23 Thread Rick Root
On 1/23/08, Nick Ross [EMAIL PROTECTED] wrote: ENTERED AN EARLIER POST ON THIS SAME QUERY PROBLEM. ORIGINALLY IT WAS A SYNTAX PROBLEM. HOWEVER, NOW I AM GETTING THE FOLLOWING ERROR. THIS IS A SIMPLE LOGIN APPLICATION. Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC

Re: ODBC Error CFQuery

2008-01-23 Thread Charlie Griefer
On Jan 23, 2008 10:42 AM, Nick Ross [EMAIL PROTECTED] wrote: ENTERED AN EARLIER POST ON THIS SAME QUERY PROBLEM. ORIGINALLY IT WAS A SYNTAX PROBLEM. HOWEVER, NOW I AM GETTING THE FOLLOWING ERROR. THIS IS A SIMPLE LOGIN APPLICATION. really? 3 times now? and still with the caps lock? --

Re: ODBC error I can't explain

2004-11-16 Thread Stephen Moretti (cfmaster)
James Smith wrote: I am reading an excel file with an ODBC query and I am getting the following error. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Excel Driver] Too many fields defined. Can anyone explain this error, I am not sure why I am getting it. There is a limit

RE: ODBC error I can't explain

2004-11-16 Thread Robertson-Ravo, Neil (RX)
Should be fairly self explanatory...you are passing too much information to the Datasource - it is expecting say 10 fields of data and you are passing it 11. Perform a data mapping to see what you should be passing. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent:

Re: ODBC error I can't explain

2004-11-16 Thread Stephen Moretti (cfmaster)
Robertson-Ravo, Neil (RX) wrote: Should be fairly self explanatory...you are passing too much information to the Datasource - it is expecting say 10 fields of data and you are passing it 11. Perform a data mapping to see what you should be passing. Wrong way around Neil. He's querying the

RE: ODBC error I can't explain

2004-11-16 Thread James Smith
: Re: ODBC error I can't explain James Smith wrote: I am reading an excel file with an ODBC query and I am getting the following error. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Excel Driver] Too many fields defined. Can anyone explain this error, I am not sure

Re: ODBC error I can't explain

2004-11-16 Thread Stephen Moretti (cfmaster)
James Smith wrote: That would be my interpretation of the error as well, however the sheet only has 1 column and that column has only 2956 records. Any other ideas? Still sounds like that is the problem. Although when you look at the spreadsheet it only has one column with data in it,

RE: ODBC error I can't explain

2004-11-16 Thread James Smith
That would be my interpretation of the error as well, however the sheet only has 1 column and that column has only 2956 records. Any other ideas? Still sounds like that is the problem. Although when you look at the spreadsheet it only has one column with data in it, excel has a

RE: ODBC Error Code = S1001 (Memory allocation error)

2003-06-06 Thread DURETTE, STEVEN J (AIT)
Looks to me like you might have run out of disk space. Either on the drive where the access database is at or in the drive where your temp files are created. Just a guess though. -Original Message- From: David K [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:16 PM To:

Re: ODBC Error Code = S1001 (Memory allocation error)

2003-06-06 Thread S . Isaac Dealey
Database coppied from a CD is set with read-only permissions? ... just the first thing that occurs to me. Never seen this error before... === ODBC Error Code = S1001 (Memory allocation error) [Microsoft][ODBC Microsoft Access Driver] Not enough space on

Re: ODBC Error Code = S1001 (Memory allocation error)

2003-06-06 Thread David K
The db is located on a webserver at CFDynamics. - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:21 AM Subject: Re: ODBC Error Code = S1001 (Memory allocation error) Database coppied from a CD is set with read

Re: ODBC Error Code = S1001 (Memory allocation error)

2003-06-06 Thread David K
Evidently, this error is somewhat routine with the MS Access driver and is the result of a memory leak. The only solution is to hiccup the server (!). Maybe now the client will pony up for upsizing... Thanks to all who replied. - Original Message - From: David K [EMAIL PROTECTED] To:

Re: ODBC Error Code = S1001 (Memory allocation error)

2003-06-06 Thread S . Isaac Dealey
05, 2003 10:21 AM Subject: Re: ODBC Error Code = S1001 (Memory allocation error) Database coppied from a CD is set with read-only permissions? ... just the first thing that occurs to me. Never seen this error before... === ODBC Error Code = S1001 (Memory

RE: odbc error 01000 (General Warning)

2003-02-24 Thread Ben Koshy
I typically see this when Box A is having trouble or intermittent TCP/IP trouble communicating with Box B. Check for: A) Bad Cables B) Router/Switch misconfiguration C) Mismatched Duplexes on the Network Cards (to the Switch) D) Make sure one of the boxes isn't rebooting randomly often Some

RE: ODBC Error

2002-12-03 Thread Robertson-Ravo, Neil (RX)
have you added a datasource name? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 09:50 To: CF-Talk Subject: ODBC Error When I try to create datasource from CFMX Administrator page using ODBC Socket I get following error right after click Add

RE: ODBC Error

2002-12-03 Thread Shahzad.Butt
: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 09:52 To: CF-Talk Subject: RE: ODBC Error have you added a datasource name? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 09:50 To: CF-Talk Subject: ODBC Error When I try

RE: ODBC Error

2002-12-03 Thread Robertson-Ravo, Neil (RX)
username/password/server? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 09:57 To: CF-Talk Subject: RE: ODBC Error Yeah, I filled datasource name field with OPERADATA and from select box I select ODBC Socket. As soon as I click Add button I said

RE: ODBC Error

2002-12-03 Thread Shahzad.Butt
Subject: RE: ODBC Error username/password/server? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 09:57 To: CF-Talk Subject: RE: ODBC Error Yeah, I filled datasource name field with OPERADATA and from select box I select ODBC Socket. As soon as I click

RE: ODBC Error

2002-12-03 Thread Robertson-Ravo, Neil (RX)
are you prefixing the domina password with the domain? i.e. MYDOMAIN/USERNAME -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 10:11 To: CF-Talk Subject: RE: ODBC Error Sa.coldfusiondev/password/intranet-dev If I change coldfusion services back

RE: ODBC Error

2002-12-03 Thread Shahzad.Butt
-Talk Subject: RE: ODBC Error are you prefixing the domina password with the domain? i.e. MYDOMAIN/USERNAME -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 10:11 To: CF-Talk Subject: RE: ODBC Error Sa.coldfusiondev/password/intranet-dev If I change

RE: ODBC Error

2002-12-03 Thread Robertson-Ravo, Neil (RX)
so, you just had to add the domain? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 11:28 To: CF-Talk Subject: RE: ODBC Error Its fixed. Thanks a lot. I was using sa.coldfusiondev (as its Logon name) in CFMX Admin. But when I browsed through

RE: ODBC Error

2002-12-03 Thread Shahzad.Butt
That's correct -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 11:32 To: CF-Talk Subject: RE: ODBC Error so, you just had to add the domain? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December

RE: ODBC Error

2002-12-03 Thread Robertson-Ravo, Neil (RX)
bella... -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 11:38 To: CF-Talk Subject: RE: ODBC Error That's correct -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 11:32 To: CF-Talk

RE: ODBC Error Code = 08001

2002-07-03 Thread Thanh Nguyen
Yeah. We have a firewall. the webserver is set up as an IP forwarding. -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 5:53 PM To: CF-Talk Subject: RE: ODBC Error Code = 08001 Do you have a firewall? -Original Message- From

RE: ODBC Error Code = 08001

2002-07-03 Thread Thanh Nguyen
Josh, that's what I thought to, I'm running a trace right now. Thanks Thanh -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 7:17 PM To: CF-Talk Subject: RE: ODBC Error Code = 08001 Could be a network problem. The web server

Re: ODBC Error Code = 08001

2002-07-02 Thread Bryan Stevenson
mabye check the username and password associated with the failing DSN connection Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate

RE: ODBC Error Code = 08001

2002-07-02 Thread Joshua Tipton
-Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 7:15 PM To: CF-Talk Subject: Re: ODBC Error Code = 08001 mabye check the username and password associated with the failing DSN connection Bryan Stevenson B.Comm. VP Director of E-Commerce

RE: ODBC Error Code = 08001

2002-07-02 Thread Joshua Tipton
]] Sent: Tuesday, July 02, 2002 7:15 PM To: CF-Talk Subject: Re: ODBC Error Code = 08001 mabye check the username and password associated with the failing DSN connection Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

RE: ODBC Error Code = 08001

2002-07-02 Thread Thanh Nguyen
Could it be a network problem? I have another website connecting to the same server with no problems. Thanks Thanh -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:23 PM To: CF-Talk Subject: RE: ODBC Error Code = 08001 That error

RE: ODBC Error Code = 08001

2002-07-02 Thread Matthew Walker
Do you have a firewall? -Original Message- From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] Sent: mercredi 3 juillet 2002 12:44 To: CF-Talk Subject: RE: ODBC Error Code = 08001 Could it be a network problem? I have another website connecting to the same server with no problems

RE: ODBC Error Code = 08001

2002-07-02 Thread Joshua Tipton
checking my sql dump logs and the regular sql logs just to see if sql is screaming something. -Original Message- From: Thanh Nguyen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 8:44 PM To: CF-Talk Subject: RE: ODBC Error Code = 08001 Could it be a network problem? I have

RE: ODBC error

2001-11-14 Thread Pascal Peters
Im I correct in thinking this SQL Is in a variable? cfquery ... #PreserveSingleQuotes(myvar)# /cfquery Pascal -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: woensdag 14 november 2001 17:17 To: CF-Talk Subject: ODBC error The below is an output of what is in the

Re: ODBC error

2001-11-14 Thread David Brown
: Wednesday, November 14, 2001 11:30 AM Subject: RE: ODBC error Im I correct in thinking this SQL Is in a variable? cfquery ... #PreserveSingleQuotes(myvar)# /cfquery Pascal -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: woensdag 14 november 2001 17:17 To: CF-Talk

Re: ODBC error

2001-11-14 Thread David Brown
cfquery ... #PreserveSingleQuotes(myvar)# /cfquery that fixed it thanks. - Original Message - From: David Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 11:46 AM Subject: Re: ODBC error Yes, the SQL is in variables. That is why I had

RE: ODBC error code

2001-09-27 Thread Tristram Charnley
To: CF-Talk Subject: RE: ODBC error code Are you using any reserved words? send your query. +++ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Tristram Charnley

RE: ODBC error code

2001-09-26 Thread Pete Freitag
Are you using any reserved words? send your query. +++ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Tristram Charnley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September

RE: ODBC Error

2001-04-10 Thread Craig Dudley
With MS access a system database (usually called system.mdw) holds user / workgroup and security information , and probably some other things aswell. Though I'm not exactly sure what it means in your case. -Original Message- From: CF Crazy [mailto:[EMAIL PROTECTED]] Sent: 09 April 2001

RE: ODBC Error Code = 37000 UGH!!!!!!!!!!!!!

2001-04-10 Thread C. Hatton Humphrey
III [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:51 PM To: CF-Talk Subject: RE: ODBC Error Code = 37000 UGH! No query at all, it's a client variable going to a database. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09

RE: ODBC Error 37000 Revisted

2001-04-10 Thread Bryan Love
Yes there are limits to client variables: 1. Cookie client vars = 4000 chars. 2. Registry client vars = ?? 2. Database client vars for ORACLE 8i using native drivers = 4000 chars 3. Database client vars for ORACLE 8i using ODBC drivers = 2000 chars 4. Database client vars for MS SQL Server 7 =

RE: ODBC Error 37000 Revisted

2001-04-10 Thread Robert Everland
-Talk Subject: RE: ODBC Error 37000 Revisted Yes there are limits to client variables: 1. Cookie client vars = 4000 chars. 2. Registry client vars = ?? 2. Database client vars for ORACLE 8i using native drivers = 4000 chars 3. Database client vars for ORACLE 8i using ODBC drivers = 2000 chars 4

RE: ODBC Error

2001-04-09 Thread McGuckin, Chris
It probably means that the datasource you want to access needs to be a system DSN, meaning that the sytem has control over the datasource, as opposed to file or user DSNs. Is your current datasource a user DSN, file DSN, or system DSN? Check the ODBC Datasource Administration (under the control

RE: ODBC Error Code = 37000 UGH!!!!!!!!!!!!!

2001-04-09 Thread C. Hatton Humphrey
what is the code for the query? I'd guess that it's either a Where problem or a variable reference problem. Hatton -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:35 PM To: CF-Talk Subject: ODBC Error Code = 37000 UGH!

RE: ODBC Error Code = 37000 UGH!!!!!!!!!!!!!

2001-04-09 Thread Robert Everland III
No query at all, it's a client variable going to a database. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:56 PM To: CF-Talk Subject: RE: ODBC Error Code = 37000 UGH! what is the code for the query? I'd guess

RE: ODBC Error Code = 37000

2001-02-16 Thread Terry Bader
man, i had that same error about 3-4 weeks ago... i was playing with a small access database and then one day every insert to one table came back with this error... i couldn't figure it out, i built a new table and transferred the data and relationships over and whola! it worked... i still

RE: ODBC error.

2001-01-29 Thread Simon Horwith
do not insert a value into an identity or auto numbering primary ey field. You can let the database increment this value for you. ~Simon Simon Horwith Allaire Certified ColdFusion Instructor Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036

Re: ODBC error.

2001-01-29 Thread Clint Tredway
This error means that you are trying to update a field that is either a primary key or an indentity column(in Access, this is an autonumber field). Look for that and you will find your problem. -- Clint Tredway www.factorxsoftware.com -- ~~

Re: ODBC error.

2001-01-29 Thread Paul Hastings
do not insert a value into an identity or auto numbering primary ey field. You can let the database increment this value for you. well in sql server you can insert values into an identity column using SET IDENTITY_INSERT tableName ON/OFF

RE: ODBC error.

2001-01-29 Thread Simon Horwith
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 1:37 PM To: CF-Talk Subject: Re: ODBC error. do not insert a value into an identity or auto numbering primary ey field. You can let the database increment this value for you. well in sql server you can insert values

RE: ODBC Error 37000

2000-12-14 Thread Aaron Johnson
al Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 7:20 PM To: CF-Talk Subject: RE: ODBC Error 37000 Chris, Wow... This is going to sound strange When I first got that message, I went into the enterprise manager, and strangely a

RE: ODBC Error 37000 (anyone using SQL 7 SP2 - read!!!)

2000-12-14 Thread Al Musella, DPM
essage- From: Al Musella, DPM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 7:20 PM To: CF-Talk Subject: RE: ODBC Error 37000 Chris, Wow... This is going to sound strange When I first got that message, I went into the enterprise manager, and strangely a

RE: ODBC Error 37000

2000-12-13 Thread Lomvardias, Christopher
Al, Go into SQLServer Enterprise Manager. Click on the entry for the database, select Database Properties, go to the Options Tab and deselect the Single User option. Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E.

RE: ODBC error

2000-11-20 Thread Scott, Andrew
What about username and password permissions on the database tables themselves, or in the datasource as possible places to look. regards Andrew Scott Senior Cold Fusion Application Developer ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: thanh

RE: ODBC error

2000-11-20 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C05350.8DF0 Content-Type: text/plain; charset="iso-8859-1" If this is on windows, open up the ODBC admin, goto the

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Brian bouldernet
take off all references of dbo. - Original Message - From: Martin S [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 5:14 PM Subject: ODBC Error Code = S0002 (Base table not found) Hello all, I have been using coldFusion now for almost a year, including

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Stephen M. Aylor
It will likely be advised that you consider changing your "Select *" to the actual field/columns you need. Select myDB.dbo.Billers.Merchant_Name, myDB.dbo.Billers.Merchant_Address1, myDB.dbo.Billers.Merchant_ZipCode, myDB.dbo.Billers.Merchant_Shoe_Size,

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Stephen M. Aylor
Or that :-) depends take off all references of dbo. - Original Message - From: Martin S [EMAIL PROTECTED] Hello all, I have been using coldFusion now for almost a year, including interacting with DB (before just MS.Access). Now I am a sole developer on a project

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Martin S
myDB.db.blahblah or something else, if so can you elaberate a little further. I know about th * being bad form..just a temp test DB page :-) Thanks anyway. Thanks again all. From: "Stephen M. Aylor" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: ODBC

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Marius Milosav
/login.cfm - Original Message - From: "Martin S" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 8:22 PM Subject: Re: ODBC Error Code = S0002 (Base table not found) I have tried removing the .dbo before and no that didn't seem to work. I ha

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Brian bouldernet
: Sunday, October 29, 2000 7:15 PM Subject: Re: ODBC Error Code = S0002 (Base table not found) If the database name is correct, check that you authenticate using SQL server authentication and you provide the same login information in ColdFusion Administrator. Also, I hope that you created the ODBC

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Martin S
arius Milosav" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: ODBC Error Code = S0002 (Base table not found) Date: Sun, 29 Oct 2000 21:15:15 -0500 If the database name is correct, check that you authenticate using SQL server authentication and y

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Martin S
-Talk [EMAIL PROTECTED] Subject: Re: ODBC Error Code = S0002 (Base table not found) Date: Sun, 29 Oct 2000 20:25:14 -0700 Hey... to make it simple go through Cold Fusion ODBC. do this by pointing your browser to something like http://yourserver.com/cfide/Administrator/index.cfm Create the ODBC

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Stephen M. Aylor
actually exists in the database ? Steve - Original Message - From: "Martin S" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, October 29, 2000 6:50 PM Subject: Re: ODBC Error Code = S0002 (Base table not found) Marius et al. Yes, that is all correct as far as I

Re: ODBC Error Code = S0002 (Base table not found)

2000-10-29 Thread Stephen M. Aylor
Post your query.. - Original Message - Marius et al. Yes, that is all correct as far as I can tell thus can't be causing the error. the dot notion in the query..hould I do datasourcename.db.fieldname or something else? Cos someone was touching on that before..but I

Re: ODBC Error NO MORE

2000-10-29 Thread Martin S
ALAS, Your a legend, it works now!! Thanks..I can progress to another problem no doubt :-) Cheers mate. From: "Stephen M. Aylor" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: ODBC Error Code = S0002 (Base table not found) Date: Sun, 2

Re: ODBC Error: ?!? What in the world ?!?

2000-10-13 Thread Peter Theobald
Oddly, I checked in my Sybase server and "sp_server_info" is a standard system stored procedure. But "Sp_SeRvEr_InFo" is not. I am so baffled?! I never called this stored procedure. This bit of SQL has run thousands of times successfully. What does this mean? Is it some nearly random call

RE: ODBC Error: ?!? What in the world ?!?

2000-10-13 Thread mherbene
: Friday, October 13, 2000 3:51 PM To: CF-Talk Subject: Re: ODBC Error: ?!? What in the world ?!? Oddly, I checked in my Sybase server and "sp_server_info" is a standard system stored procedure. But "Sp_SeRvEr_InFo" is not. I am so baffled?! I never called this stored procedure.

RE: ODBC Error Code=S0002(Base Table Not found)

2000-09-01 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0158_01C01416.6FC80770 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit ODBC Error Code=S0002(Base Table Not found)If the "sort order" of the database has been set to binary, or something

RE: ODBC Error Code=S0002(Base Table Not found)

2000-09-01 Thread Dave Watts
I have a datasource=cresthollow with one table=contacts I get the following error Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = S0002 (Base table not found) [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'Contacts'. Make sure

Re: ODBC Error Code=S0002(Base Table Not found)

2000-09-01 Thread John Crawford
Thanks Dave, That did it. JC From: "Dave Watts" [EMAIL PROTECTED] Subject: RE: ODBC Error Code=S0002(Base Table Not found) [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'Contacts'. Make sure you specified the name of the database (not just the name of the

RE: odbc error code = s1000 (general error)

2000-08-16 Thread Scott J. Brader
We had a similar problem. We solved the problem by reinstalling MDAC 2.5. Scott Scott Brader USAV Group 5485 South Westridge Drive PO Box 510620 New Berlin, WI 53151-0620 Phone: 262.814.2000 Fax: 262.814.2006 Amateurs Practice Until They Get It Right, Experts Practice Until They Can't Get It

RE: ODBC Error-MS Access / locking problem

2000-06-25 Thread Craig M. Rosenblum
Usually that means someone has access running with that database open in design or databiew mode... -Original Message- From: Joe Tartaglia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 14, 2000 9:59 AM To: [EMAIL PROTECTED] Subject: ODBC Error-MS Access / locking problem I am

Re: odbc error

2000-05-08 Thread WBB
Include the 'id' field as part of the aggregate function (sum, group by, avg, whatever) Can anyone give suggestions why I am getting the following error when selecting specific fields from an Access db, yet when I use a "select *" everything is fine? [Microsoft][ODBC Microsoft Access

Re: odbc error

2000-05-08 Thread KChapman
Can we see the query that is causing this problem? --Katrina Katrina Chapman Consultant Ameriquest Mortgage "Shane

RE: odbc error

2000-05-08 Thread Shane Pitts
can you possibly post the query? -Original Message- From: Shane Witbeck [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 4:40 PM To: [EMAIL PROTECTED] Subject: odbc error Can anyone give suggestions why I am getting the following error when selecting specific fields from an