4,046 reputation
1620
bio website
location
age 45
visits member for 7 months
seen 3 hours ago
stats profile views 549

Dec
17
comment Given ShortString is deprecated, what is the best method for limiting string length
CustomAttributes may help you in your case
Dec
17
comment Given ShortString is deprecated, what is the best method for limiting string length
I pass every data container (especially edited by user) through a validator (visitor pattern), not only to check length. So i don't cut off any input data from user, but returning very clear information, why data could not be saved.
Dec
17
revised Mysql Select with LIKE clause is not working Chinese characters
adding a real data sample and link that proofs this sample
Dec
17
suggested suggested edit on Mysql Select with LIKE clause is not working Chinese characters
Dec
17
comment Mysql Select with LIKE clause is not working Chinese characters
Just got another link (german) but you can have a look at the data from one field drweb.de/magazin/… all are concatenated
Dec
17
comment Mysql Select with LIKE clause is not working Chinese characters
and thats what is his case "I have data stored in single column which are in English and Chinese". FAQ qTranslate qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3#p14 (last post on page) ;o)
Dec
17
comment Mysql Select with LIKE clause is not working Chinese characters
the data in the field is written by a wordpress plugin and can be processed by itself. So the reason of not finding is the missing % at begin and end. thats all. sqlfiddle.com/#!2/ce202/2/1 Noone gave this clue and he didn't test it
Dec
17
comment Mysql Select with LIKE clause is not working Chinese characters
if so, why does this sqlfiddle.com/#!2/caf58/17/1 returns the desired result?
Dec
17
comment Skip first line on import csv
MySQL can import CSV files with LOAD DATA INFILE
Dec
16
comment What to do with a COM server method returning an undocumented IUnknown
Since we don't know the SDK you have to look at it for yourself, what type is meant by SDK. If it is not clear from doc you should ask the SDK developer
Dec
16
answered MySql Friend of my friends and Friend of my of my Friends of my Friends
Dec
16
comment PHP: Import CSV into MYSQL
MySQL can import CSV directly with LOAD DATA INFILE
Dec
16
comment Delphi: how to deal with dynamically created threads
You access them a some single threads. You have to store the references. If you don't know how much you should use a list
Dec
15
comment Start Communication from server first in delphi by Indy 10
@mjn Active FTP is a special case where FTP Client is also Server for Data Transfer. Thats why you have to use behind Firewall/Router Passive FTP. Server is called if it waits for connection and serve something. TCP has nothing to do with, its just one street to go
Dec
15
comment Start Communication from server first in delphi by Indy 10
on connection loss the client has to reconnect, thats all
Dec
15
revised ORDER BY complex
type and SQL fiddle demo data
Dec
15
suggested suggested edit on ORDER BY complex
Dec
15
comment ORDER BY complex
sqlfiddle.com/#!2/54285/5/1 - AFAIK no way
Dec
15
comment ORDER BY complex
you can't get this with ORDER BY and only using v1 and v2
Dec
15
comment ORDER BY complex
but it will not sort as asked