| To: | s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | import from MS Access |
| From: | "Liu Zhigang" <email.lzg@gmail.com> |
| Date: | Sun, 29 Jun 2008 01:25:19 +0800 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=CjOgAr7rLi5n4TiBR3QM6/F66cTIol9NEtCDM8wIOWg=; b=Q2YCSgBqVX0LlyOWioTO7n6BcmDO7GTPFEDwRmRanuRLtxJXu6VAFr4B5s7HakGT1y 35tnystBiA7otjU24g1phS1GNBFWba1tAmEwUshk2RBhsx4P5oFvduWW1+mq+i+/H2lR CksJOHeAopLSsauRZ4Tw27DuiyYbOyqmiSUpg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vaAuuSr0tuAagJFeER87UqXn0W2AuSBlrsyA38OgsTBfXHeJT5DIJY6XfHqLJP43mF cg1SdWKKDaa/fCvye7jK+5AdJqA3JAQvZF6ogIe+z+l8ojzuY4AGzdxKI0H7mNFpUPpa rilXeQH4fMul5xH4RIB6kzWPApKPvEO1EmjlE= |
|
Dear all,
I have a MS access database on disk, D:\stock.mdb;
and I tried to import a table named nyse from this access file into S+, my code is following,
price <- importData(file ="D:\\stock.mdb" ,type="ACCESS",
sqlquery="SELECT * FROM nyse")
But the dataframe of price I got was not nyse in access database, it was from a another table of stock.mdb.
anyone can tell me the where wrong is ?
Thanks.
Lau ChiKong
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Biostatistics faculty position, Kellie J Archer/FS/VCU |
|---|---|
| Next by Date: | panel in s-plus, nidal . alhuniti |
| Previous by Thread: | Biostatistics faculty position, Kellie J Archer/FS/VCU |
| Next by Thread: | panel in s-plus, nidal . alhuniti |
| Indexes: | [Date] [Thread] [Top] [All Lists] |