Displaying 1 result from an estimated 1 matches for "mtgcard".
Did you mean:
mtgcards
2012 Feb 16
1
Reading Text Files with RODBC
...nnect("Text Files")
> sqlTables(mtg)
TABLE_CAT TABLE_SCHEM TABLE_NAME TABLE_TYPE REMARKS
1 C:\\USERS\\NUTTERB <NA> Core2012.txt TABLE <NA>
2 C:\\USERS\\NUTTERB <NA> MTGCards.csv TABLE <NA>
> sqlFetch(mtg, "MTGCards.csv")
Error in odbcTableExists(channel, sqtable) :
'MTGCards.csv': table not found on channel
>
MTGCards.csv is an export from an MS Access database, and I'm able to get it out of Access, an...