Click here to Skip to main content
15,885,244 members

Comments by mr.abzadeh (Top 173 by date)

mr.abzadeh 21-Feb-16 9:47am View    
@Richard MacCutchan: I knew that. The question is: Why SQLGetData doesn't return the total sizeof data in bytes? so that programmer allocate a buffer and read data, without using tedious loops? It is very simple to return data size in StrLen_or_IndPtr, and previous versions of sql server/odbc driver ded this.
mr.abzadeh 21-Feb-16 5:11am View    
SQLGetData requires BufferLength in bytes
mr.abzadeh 4-Dec-15 10:49am View    
It's a good idea. I'll add this as an option to my clients. But I think this is useful in smaller networks because the time cost of creating a thread in server for each transaction is too much.
mr.abzadeh 4-Dec-15 10:46am View    
It's a good idea. I'll add this as an option to my clients. But I think this is useful is smaller networks because the time cost of creating a thread in server for each transaction is too much.
mr.abzadeh 4-Dec-15 10:42am View    
Deleted
The Idea of pinging is very good. I added the option "ping before send" to my client application to analyze and log any disconnection. Also I'll create a simple ping utility that executes command line "Ping -t" and capture console output and store to file. Please notice that The problem occurs in few local area networks. There are networks with 100 users of my client program that this problem never occurs.