Search results for query: *

  • Users: faustf
  • Content: Threads
  • Order by date
  1. F

    Mysql insert data and time but is long number ?

    hi guys , i want insert inside a DB mysql a string , with actual day in this format string DateTime4_DB = string.Format("{0:yyyy-MM-dd--HH-mm-ss-fff}",marketDataUpdate.Time); it work good but when in look inside of table of db , with navicat i saw only this number 1723, why ??? the...
  2. F

    Memory mapped file strange result

    hi guys , i have created a memory mapped file , (without real file) in C# (sender txt),and i must read this file by other language mql4 (is similar to C++) (receiver Txt), the program work but return me ????? , i suppose probably C# encode data in unicode and mql4 is not full compatible...
Back
Top Bottom