Utilisation de l'instruction (OPENROWSET)

bkis72 -  
Nuk Messages postés 189 Statut Membre -
Bonjour,
Comment utiliser l'instruction SQL (OpenRowset) pour remplir une table Access en local à partir table SQL?
Merci.

1 réponse

Nuk Messages postés 189 Statut Membre 20
 
OPENROWSET
( { 'provider_name' , { 'datasource' ; 'user_id' ; 'password'
| 'provider_string' }
, { [ catalog. ] [ schema. ] object
| 'query'
}
| BULK 'data_file' ,
{ FORMATFILE = 'format_file_path' [ <bulk_options> ]
| SINGLE_BLOB | SINGLE_CLOB | SINGLE_NCLOB }
} )

Voila :)

Cordialement,
0