Come accedere al database da MQL4 , ORACL, MSSQL, MySQL

 
Red.Line 11.03.2008 20:12
Grazie per l'utile argomento, anche se sono su torte bruciate, ma comunque forse qualcuno ha affrontato il problema di accumulare e campionare da grandi set di dati in µl. µl e banche dati? Qualcuno ha pensato in questa direzione?
-----


Penso che l'argomento sarebbe interessante
 
pensiero. dobbiamo essere più specifici.
 
Integer:
Dobbiamo cocludere il compito.
Dima, Yura ha appena aperto la bocca... Lasciategli dire quello che vuole
 
Integer:
Ci abbiamo pensato, dobbiamo essere più specifici.
Intendevo solo l'interfaccia


1-ricevere selezionare
Inserto a 2 scritture
Aggiornamento sui 3 cambi

memorizzare ciò che si vuole, memorizzare diversi dati per un lungo periodo di tempo

---
Igor, l'argomento è stato sollevato nel tuo thread Red.Line
Ho pensato che sarebbe stato meglio discutere l'argomento separatamente
 
YuraZ писал (а):
Igor, l'argomento è stato sollevato nel tuo thread Red.Line
Ho pensato che sarebbe stato meglio discutere l'argomento separatamente.
Piena approvazione!
 
 
MetaQuotes:
'TicksInMySQL'
Non c'è un principale... ;)))
Dove si trova il file 'libmysql.dll'?
 
kombat:
Meta-Citazioni:
'TicksInMySQL'
Non c'è un principale... ;)))
Dove si trova il file 'libmysql.dll'?

C'è una risposta a questa domanda lì - nei commenti.
 
MetaQuotes:
'TicksInMySQL'
cercando di lavorare con MS SQL

Si prega di consigliare dove ci può essere un rastrello

i migliori saluti grazie



 
 
 
#import "C:\WINDOWS\SYSTEM32\ODBC32.dll" // для эксперемента указал жестко
int    SQLConnect(string sDSN,string sNameUser, string sPassword);
int    SQLDisconnect(int ddd);
#import
 
static int fSQL = 0;
 
void init()
{
 
  if (fSQL == 0)
  {
      fSQL = SQLConnect("FB","yuraz","testpas");
      Print(" fSQL="+fSQL);
  }
 
}
 
void deinit()
{
  if ( fSQL !=0 )
  {
      SQLDisconnect(fSQL); // 
  }
 
}
void start()
{
 
 
 
}
 
/*
 
это я получаю вместо коннекта
ODBC драйвер нормальный база есть
  я к ней хожу нормально
  через свои приложения
 
 
 There has been a critical error
Time        : 2008.03.12 16:56
Program     : Client Terminal
Version     : 4.00 (build: 211, 15 Oct 2007)
Owner       : MetaQuotes Software Corp. (MetaTrader)
OS          : Windows XP Professional 5.1 Service Pack 2 (Build 2600)
Processors  : 1, type 586, level 15
Memory      : 515568/161388 kb
Exception   : C0000005
Address     : 73FB6BFB
Access Type : read
Access Addr : 61727581
 
Registers   : EAX=54465344 CS=001b EIP=73FB6BFB EFLGS=00010202
            : EBX=043AFA9C SS=0023 ESP=043AFA18 EBP=043AFA20
            : ECX=01FDE85C DS=0023 ESI=61727579 FS=003b
            : EDX=00000000 ES=0023 EDI=01FDE85C GS=0000
 
Stack Trace : 73FE1484 73FCCEE4 73FCDF8F 73FE2CE1
            : 00456B6E 00461F87 00453B1E 00000000
            : 00000000 00000000 00000000 00000000
            : 00000000 00000000 00000000 00000000
Modules     :
          1 : 00400000 007D3000 R:\yura_\mt211\terminal.exe
          2 : 01010000 0000F000 C:\WINDOWS\system32\iegvogv.dll
          3 : 01020000 00009000 C:\WINDOWS\system32\Normaliz.dll
          4 : 04E50000 00018000 C:\WINDOWS\SYSTEM32\odbcint.dll
          5 : 10000000 00008000 C:\Program Files\IChat\IChatHook.dll
          6 : 1C000000 00007000 C:\WINDOWS\system32\NWSRVLOC.dll
          7 : 20000000 002CD000 C:\WINDOWS\system32\xpsp2res.dll
          8 : 43090000 00045000 C:\WINDOWS\system32\iertutil.dll
          9 : 43310000 000CF000 C:\WINDOWS\system32\wininet.dll
         10 : 47190000 00012000 C:\WINDOWS\system32\pnrpnsp.dll
         11 : 50D00000 00015000 C:\WINDOWS\system32\CLNWIN32.DLL
         12 : 50D50000 00047000 C:\WINDOWS\system32\NETWIN32.DLL
         13 : 50DB0000 0002B000 C:\WINDOWS\system32\NCPWIN32.dll
         14 : 50DF0000 00020000 C:\WINDOWS\system32\LOCWIN32.DLL
         15 : 5B260000 00038000 C:\WINDOWS\system32\UxTheme.dll
         16 : 61EC0000 0000E000 C:\WINDOWS\system32\MFC42LOC.DLL
         17 : 66210000 00009000 C:\WINDOWS\system32\netware\NWWS2NDS.DLL
         18 : 66220000 0000C000 C:\WINDOWS\system32\netware\NWWS2SLP.DLL
         19 : 698B0000 00058000 C:\WINDOWS\system32\hnetcfg.dll
         20 : 71A30000 00040000 C:\WINDOWS\system32\mswsock.dll
         21 : 71A70000 00008000 C:\WINDOWS\System32\wshtcpip.dll
         22 : 71A80000 00008000 C:\WINDOWS\system32\WS2HELP.dll
         23 : 71A90000 00017000 C:\WINDOWS\system32\WS2_32.dll
         24 : 71AB0000 0000A000 C:\WINDOWS\system32\WSOCK32.dll
         25 : 73D90000 000FE000 C:\WINDOWS\system32\MFC42.DLL
         26 : 73FB0000 0003D000 C:\WINDOWS\SYSTEM32\ODBC32.dll
         27 : 746E0000 0004B000 C:\WINDOWS\system32\MSCTF.dll
         28 : 75000000 0001E000 C:\WINDOWS\system32\wshbth.dll
         29 : 75310000 0002E000 C:\WINDOWS\system32\msctfime.ime
         30 : 76350000 00005000 C:\WINDOWS\system32\MSIMG32.dll
         31 : 76360000 0001D000 C:\WINDOWS\system32\IMM32.DLL
         32 : 76380000 00049000 C:\WINDOWS\system32\comdlg32.dll
         33 : 76B20000 0002E000 C:\WINDOWS\system32\WINMM.dll
         34 : 76F10000 00027000 C:\WINDOWS\system32\DNSAPI.dll
         35 : 76F50000 0002D000 C:\WINDOWS\system32\WLDAP32.dll
         36 : 76FA0000 00008000 C:\WINDOWS\System32\winrnr.dll
         37 : 76FB0000 00006000 C:\WINDOWS\system32\rasadhlp.dll
         38 : 77110000 0008B000 C:\WINDOWS\system32\OLEAUT32.dll
         39 : 773C0000 00103000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
         40 : 774D0000 0013D000 C:\WINDOWS\system32\ole32.dll
         41 : 77910000 000F4000 C:\WINDOWS\system32\SETUPAPI.dll
         42 : 77C00000 00058000 C:\WINDOWS\system32\msvcrt.dll
         43 : 77DC0000 000AC000 C:\WINDOWS\system32\ADVAPI32.dll
         44 : 77E70000 00092000 C:\WINDOWS\system32\RPCRT4.dll
         45 : 77F10000 00047000 C:\WINDOWS\system32\GDI32.dll
         46 : 77F60000 00076000 C:\WINDOWS\system32\SHLWAPI.dll
         47 : 77FE0000 00011000 C:\WINDOWS\system32\Secur32.dll
         48 : 7C800000 000F7000 C:\WINDOWS\system32\kernel32.dll
         49 : 7C900000 000B1000 C:\WINDOWS\system32\ntdll.dll
         50 : 7C9C0000 0081A000 C:\WINDOWS\system32\SHELL32.dll
         51 : 7E360000 00090000 C:\WINDOWS\system32\USER32.DLL
 
Call stack  :
73FB6BEA:0011 [73FB6BFB] SQLGetDiagField                  [C:\WINDOWS\SYSTEM32\ODBC32.dll]
73FE1090:03F4 [73FE1484] SQLSpecialColumnsW               [C:\WINDOWS\SYSTEM32\ODBC32.dll]
73FC3897:964D [73FCCEE4] SQLGetDiagFieldA                 [C:\WINDOWS\SYSTEM32\ODBC32.dll]
73FC3897:A6F8 [73FCDF8F] SQLGetDiagFieldA                 [C:\WINDOWS\SYSTEM32\ODBC32.dll]
73FE2CAF:0032 [73FE2CE1] DllBidEntryPoint                 [C:\WINDOWS\SYSTEM32\ODBC32.dll]
 
*/
 
Integer:
kombat:
Meta-Citazioni:
'TicksInMySQL'.
Non c'è un principale... ;)))
kombat: dove si trova il file 'libmysql.dll'?

La risposta a questa domanda era nei commenti.


Beh, non saprai subito dove guardare... :)))

3 commenti
Segui la discussione


Visto che l'autore non risponde, mi rispondo da solo: La libreria viene fornita con MySQL Control Center (Administration toolkit) o qualsiasi altro prodotto...

ExpertTrader ha scritto:
Dove si trova il file "libmysql.dll"?


risposta 07/25/2006 10:46 OpenStorm

Dove si trova il file "libmysql.dll"?
risposta 23.07.2006 21:09 ExpertTrader

Volevo solo postare la stessa cosa... - mi ha battuto sul tempo... )))

Funzionerà libmysql.dll da pxp5 che viene fornito con Denver-3?

E in generale per molto tempo ho ammirato il commento spartano degli autori stessi.
Post, e cos'è, come è, e cosa mangiano...

 

Wow, grazie mille a Yuraz personalmente per il supporto! Non so come non ho notato questo consigliere, ma grazie mille a tutti!!! Solo un umano grazie amico! semmai - pronto a continuare a muoversi insieme, ma il percorso non è facile, devo avvertire, perché l'obiettivo è quello di insegnare il robot stesso imparare ad analizzare il mercato come vuole.

Motivazione: