This topic is locked

SQL Error State:42000, Native Error code....

6/15/2010 8:55:08 PM
ASPRunnerPro General questions
S
staiaccapi author

Hi , i have a problem with table made in Microsoft Access

Table with 4 fields

Id_nota, kind data: contatore, primary key

Codice_Alunno, kind data:numeric

Data, kind data: data/time

Nota, kind data: Memo
query is:

SELECT

ID_Nota,

Codice_Alunno,

[Data],

Nota

FROM Note
i have this error:

SQL Error State:42000, Native Error code: FFFFFF24E, ODBC Error:

[Microsoft][Driver ODBC Microsoft Access] Errore di sintassi nella proposizione FROM
i use asprunnerpro 5.2
thanks

A
ann 6/16/2010

Hi,
It's difficult to tell you what's happening without seeing actual files. Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. 'Demo Account' button can be found on the last screen in the program.

C
clig 6/22/2010



Hi , i have a problem with table made in Microsoft Access

Table with 4 fields

Id_nota, kind data: contatore, primary key

Codice_Alunno, kind data:numeric

Data, kind data: data/time

Nota, kind data: Memo
query is:

SELECT

ID_Nota,

Codice_Alunno,

[Data],

Nota

FROM Note
i have this error:

SQL Error State:42000, Native Error code: FFFFFF24E, ODBC Error:

[Microsoft][Driver ODBC Microsoft Access] Errore di sintassi nella proposizione FROM
i use asprunnerpro 5.2
thanks


a note:

This problem occurs if the following conditions are true:

You attempt to retrieve data from a Microsoft Access database.
-and-

The path to the database or the database name itself contains a period (.), for example:

C:\My.Test\Northwind.mdb

-or-

You attempt to retrieve data from a Microsoft Excel workbook.
-and-

The table range in the workbook is called "Database".

Back to the top

WORKAROUNDTo work around this problem, change the path to the database so that it does not...To work around this problem, change the path to the database so that it does not contain any periods, for example:

C:\MyTest\Northwind.mdb C:\My Test\Northwind.mdb

NOTE: You may use a period before the file name extension (.mdb in this case).
Or, rename the table range in the workbook to a name other than "Database".

Back to the top

STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that ar...Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Back to the top

MORE INFORMATIONWhen the file name path contains a period, the path is qualified incorrectly by...When the file name path contains a period, the path is qualified incorrectly by Microsoft Query. As a result, the Structured Query Language (SQL) statement for the data you are retrieving is incorrect, and you receive the error message in the "Symptoms" section.
----
"Errore di sintassi nella proposizione FROM" quando si caricano dati esterni

Per visualizzare l'articolo tradotto automaticamente accanto all'originale in inglese, fare clic qui.

Attenzione: Questo è un articolo tradotto in automatico.

Dichiarazione di non responsabilità per articoli della Microsoft Knowledge Base su prodotti non più supportati
Visualizza i prodotti a cui si riferisce l'articolo.

In questa paginaSintomi

Microsoft Query

Access 97

Cause

Workaround

Status

Informazioni

Espandi tutto | Chiudi tutto

Sintomi Quando si utilizza Microsoft Query o Access 97 per restituire dati esterni a un...Quando si utilizza Microsoft Query o Access 97 per restituire dati esterni a un foglio di lavoro in Microsoft Excel o visualizzazione di dati restituiti in Microsoft Query, viene potrebbe essere visualizzato il seguente messaggio di errore:

Torna all'inizio

Microsoft Query

Errore di sintassi nella clausola FROM.

Torna all'inizio

Access 97

Nessuna tabella visibile contenuta nell'origine dati.

Torna all'inizio

Cause Questo problema si verifica se le seguenti condizioni sono vere: Si tenta di rec...Questo problema si verifica se le seguenti condizioni sono vere:

Si tenta di recuperare dati da un database di Microsoft Access.

  • e -

    Il percorso del database o il nome del database contiene un punto (.), ad esempio:

    C:\My.Test\Northwind.mdb
  • oppure -

    Si tenta di recuperare dati da una cartella di lavoro.
  • e -

    Intervallo della tabella nella cartella di lavoro è denominato "Database".

    Torna all'inizio

    WorkaroundPer risolvere questo problema, modificare il percorso del database in modo che n...Per risolvere questo problema, modificare il percorso del database in modo che non contenga i punti, ad esempio:

    C:\MyTest\Northwind.mdb C:\My Test\Northwind.mdb

    Nota: Potrebbe utilizzare un periodo prima l'estensione del nome (mdb in questo caso).
    In alternativa, assegnare un nome diverso da "Database" intervallo della tabella nella cartella di lavoro.

    Torna all'inizio

    Status Microsoft ha confermato che questo problema riguarda i prodotti Microsoft elenca...Microsoft ha confermato che questo problema riguarda i prodotti Microsoft elencati all'inizio di questo articolo.

    Torna all'inizio

    Informazioni Quando il percorso del nome file contiene un punto, il percorso è qualificato in...Quando il percorso del nome file contiene un punto, il percorso è qualificato in modo non corretto in Microsoft Query. Come risultato, l'istruzione SQL (Structured Query Language) per i dati da recuperare risulta errata e viene visualizzato il messaggio di errore riportato nella sezione "Sintomi" di questo articolo.

    Torna all'inizio