Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
AnswerRe: vs 2005 c#, need guidance on recording command line arguments to an msi (microsoft installer) Pin
Not Active12-Oct-09 5:53
mentorNot Active12-Oct-09 5:53 
GeneralRe: vs 2005 c#, need guidance on recording command line arguments to an msi (microsoft installer) Pin
cjoki12-Oct-09 7:56
cjoki12-Oct-09 7:56 
GeneralRe: vs 2005 c#, need guidance on recording command line arguments to an msi (microsoft installer) Pin
cjoki12-Oct-09 9:44
cjoki12-Oct-09 9:44 
QuestionConvert Stream as an Excel Pin
satsumatable12-Oct-09 5:15
satsumatable12-Oct-09 5:15 
AnswerRe: Convert Stream as an Excel Pin
Md. Marufuzzaman12-Oct-09 5:38
professionalMd. Marufuzzaman12-Oct-09 5:38 
AnswerMy Vote of 1 Pin
Keith Barrow12-Oct-09 6:44
professionalKeith Barrow12-Oct-09 6:44 
AnswerRe: Convert Stream as an Excel Pin
Dave Kreskowiak12-Oct-09 6:57
mveDave Kreskowiak12-Oct-09 6:57 
QuestionRetrieve data from AR REmedy ODBC server Pin
Praveen Raghuvanshi12-Oct-09 4:13
professionalPraveen Raghuvanshi12-Oct-09 4:13 
Hi,

I am using BMC AR remedy client 7.1. I have deloped an application in C# to fetch data from some tables of this database. The problem is that I am not getting the data for some rows for which value is a large string.
I tried using OdbcDataAdapter.Fill() and OdbcDataReader.GetString(0) API's to fetch data. Both of them fails if the value is a large string. Also, it doesn't timeout and the execution stays at this call only and application used to hang.
There is a inconsistency in the output of the query for different records. For some records, it works fine and for some data is missing and for some the same query hangs.

Eveything was working fine for the AR REmedy client 6.20. Only after upgrading it, I started getiing this problem.

- Is there a better way to fetch data from a ODBC database through C#?
- How to set a timeout value for the query execution so that the application dowe not hang?

Thanks in advance.

- Praveen

P.S
Connection string: "Driver={AR System ODBC Driver}; arserver=**********; arserverport=*******; uid=******; aruseunderscores=*******; server=******";

Query: SELECT cloumn1 FROM tablename WHERE column1.value='00000';

Praveen Raghuvanshi
Software Engineer,

India.

AnswerRe: Retrieve data from AR REmedy ODBC server Pin
riced12-Oct-09 5:57
riced12-Oct-09 5:57 
GeneralRe: Retrieve data from AR REmedy ODBC server Pin
Praveen Raghuvanshi12-Oct-09 9:22
professionalPraveen Raghuvanshi12-Oct-09 9:22 
GeneralRe: Retrieve data from AR REmedy ODBC server Pin
Dave Kreskowiak12-Oct-09 10:25
mveDave Kreskowiak12-Oct-09 10:25 
GeneralRe: Retrieve data from AR REmedy ODBC server Pin
Praveen Raghuvanshi12-Oct-09 20:39
professionalPraveen Raghuvanshi12-Oct-09 20:39 
GeneralRe: Retrieve data from AR REmedy ODBC server Pin
Dave Kreskowiak13-Oct-09 2:48
mveDave Kreskowiak13-Oct-09 2:48 
QuestionC# SharePoint Folder / Subfolder list collection Pin
Wheels01212-Oct-09 4:08
Wheels01212-Oct-09 4:08 
AnswerRe: C# SharePoint Folder / Subfolder list collection [modified] Pin
Henry Minute12-Oct-09 4:40
Henry Minute12-Oct-09 4:40 
AnswerRe: C# SharePoint Folder / Subfolder list collection Pin
Not Active12-Oct-09 4:49
mentorNot Active12-Oct-09 4:49 
QuestionHow to select map with opendialog Pin
Aljaz11112-Oct-09 3:47
Aljaz11112-Oct-09 3:47 
AnswerRe: How to select map with opendialog Pin
Luc Pattyn12-Oct-09 3:48
sitebuilderLuc Pattyn12-Oct-09 3:48 
GeneralRe: How to select map with opendialog Pin
Aljaz11112-Oct-09 4:43
Aljaz11112-Oct-09 4:43 
QuestionSNMP Pin
deviao12-Oct-09 3:11
deviao12-Oct-09 3:11 
AnswerRe: SNMP Pin
harold aptroot12-Oct-09 3:31
harold aptroot12-Oct-09 3:31 
QuestionDefault file image Pin
gwithey12-Oct-09 2:38
gwithey12-Oct-09 2:38 
AnswerRe: Default file image Pin
Ian Shlasko12-Oct-09 2:50
Ian Shlasko12-Oct-09 2:50 
AnswerRe: Default file image Pin
freakyit12-Oct-09 2:50
freakyit12-Oct-09 2:50 
GeneralRe: Default file image Pin
Luc Pattyn12-Oct-09 2:56
sitebuilderLuc Pattyn12-Oct-09 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.