February 6th, 2003 10:45 PM
I am working with SQL Server 2000 and Crystal report and Visual Basic.. problem is that i want to save a picture in SQL Server 2000 Database through vb and want to show that stored picture on my...
November 18th, 2001 10:32 AM
hi..
MsHFlexGrid has a method TextMatrix, in Click Event of Grid (suppose name of grid is grd) type..
grd.textmatrix(grd.row, grd.col).. You can get the data by using this line and also if you want...
November 18th, 2001 10:22 AM
I want the solution of the problem listed earlier but you did not replied me... pls read my question again and advice me something... thanx..
AITG
November 1st, 2001 10:06 AM
Can Any body help me on InterBase Problems.. I have used this DataBase for More than 10 Clients and its creating problem.
AITG
November 1st, 2001 09:55 AM
If u have ever used ado data control.. It is very easy to do this...
Just place an ADO DataControl on a form.. Right Click and select Properties and from there choose Build Connection String.....
November 1st, 2001 09:44 AM
I want to build a report on the basis of sql server 2000 udf which is a parameterized function directly without involing any stored procedure in.. problem is that normal driver of sql server does not...