PureBytes Links
Trading Reference Links
|
Hi,
I have a Database where for each symbol a tables exists. No I write
"Table name: {SYMBOL}" and leave Symbol empty at the Field names.
Right? Because I get a datatable.aa doesnt exist error.
Connecting to a Mysql-Server with the actual odbc5.somewhat driver
from the mysql.com site.
What's the problem?
Regards
Thomas
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx> wrote:
>
> With current version of SQL plugin, you can either have
>
> one table for all quotes of all symbols or
> one table *per symbol* (then table name must match symbol name).
>
> To use this one table per symbol setup you need to enter
> {SYMBOL} (literally opening brace-symbol-closign brace) into "Table
name"
> field and clear "symbol" field in the File->Database
Settings->Configure.
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "James Hutchison" <phutch@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, November 07, 2006 2:16 AM
> Subject: [amibroker] ODBC/SQL plug in
>
>
> >I am working with a mySQL database with a table for each symbol. I
> > am nit sure how to set up the plug in so amibroker knows which table
> > to use for each symbol. I have a look up table for each symbol. I am
> > using a table name for each symbol, quote1 , quote2, quote3 ... Any
> > help will be appreciated.
> >
> > Thanks
> >
> > Jim Hutchison
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|