Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~21.5K People Reached
PC Specs
Windows & Linux Redhat Enterprise 5
Favorite Tags

16 Posted Topics

Member Avatar for geoamins2

I want to save the capture fingerprint into database. the below code is given with SDK which fired on fingerprint capture. Please help which value i can store into my database for identification. private void OnCaptured(CaptureResult captureResult) { try { // Check capture quality and throw an error if bad. …

Member Avatar for caiofoglia
0
7K
Member Avatar for geoamins2

Could you answer? I've a table in mysql database the structure is like: table name: img_tbl (id, image, size, format, etc..) image defined as blob datatype inside the table. i can retrieve single image from mysql database by using the following code. [CODE] $sql = "SELECT image,size,format FROM img_tbl"; // …

Member Avatar for Pallavi_1
0
1K
Member Avatar for geoamins2

Dear friends i have developed a report using php/html/css. i have included @media print css style using div tag for page break because i want to print on different pages. each and everyting is working fine but only problem is delaying during printing..the printer print one page and sleep for …

Member Avatar for diafol
0
481
Member Avatar for aMOEBa

Dear you can easily create your desired reports just follow the following steps given in link; http://webdesign.about.com/cs/css/a/aa042103a.htm

Member Avatar for geoamins2
0
223
Member Avatar for geoamins2

i have four computers connected to broadband ADSL router MS SQL Server is installed in all computers while i have done steps given here [url]http://support.microsoft.com/kb/914277[/url] it had worked on local networking some time ago but now its not accessing remotely. i m confused its just because of broadband ADSL. if …

Member Avatar for geoamins2
0
324
Member Avatar for geoamins2

Could you please tell me how to clear the old data from the datagridview in vb.net.. the below code is retrieving the data from table and display in a gridview for particular person. but when i wanna check the next person record if he dosen't have record so the previous …

Member Avatar for pritesh2010
0
5K
Member Avatar for geoamins2

I am facing the problem when i m attaching the ms sql 2005 database file in win7... MICROSOFT SQL SERVER ERROR 5120

Member Avatar for geoamins2
0
192
Member Avatar for geoamins2

Could any one help solve this problem i m connecting to PTCL DSL from my laptop and its working properly without any configuration but when i am insrting the same line into my PC (windows XP) cann't connecting to internet

Member Avatar for caperjack
0
186
Member Avatar for geoamins2
Member Avatar for ko ko
0
214
Member Avatar for geoamins2

Can you show me the way about storing the special characters into mysql database using php. Actually,I'm working on such a website where user can upload text and programming codes into mysql. Thank you in advance.

Member Avatar for vibhaJ
0
214
Member Avatar for geoamins2

I would like to develop a database system using ms sql server 2005 express or 2008 express edition where the data may store in other than english language into tables. so i did it using mysql database but not working in 2005 express edition. Is there any solution?

Member Avatar for crishjeny
0
80
Member Avatar for michaelzip

Also, see this query, it may help you. just copy and paste the given query into [CODE]SELECT BorrowerInfo.StudentID, BorrowerInfo.BookID, BookInfo.Title, StudentInfo.FullName FROM BookInfo INNER JOIN BorrowerInfo ON BookInfo.BookID = BorrowerInfo.BookID INNER JOIN StudentInfo ON BorrowerInfo.StudentID = StudentInfo.StudentID;[/CODE] Complate Code: this will reterive all the required record from three tables then …

Member Avatar for michaelzip
0
1K
Member Avatar for arezz09

Yes, You can change the buttons color on multiple forms just by clicking one button. First, Create two forms or more and add one or more button(s) on form1 and form2 and soon. Double click on start up form (form1) button. type the following code: [CODE] Private Sub Button1_Click(ByVal sender …

Member Avatar for codeorder
0
288
Member Avatar for geoamins2

I have a database designed and implemented using ms sql server 2005. initially, the user has entered the pictures with a very big size because there was not restriction. now when the user is opening the crystal report so it takes alot of time and some time memory full problem …

Member Avatar for CodeWord
0
4K
Member Avatar for saj_amo

Here see the link and try it. if your problem is solved then mark it as solved. [CODE]http://search.geoamins.com/geoamins_search.php?q=backup[/CODE]

Member Avatar for geoamins2
0
140
Member Avatar for tamsoft

Hello, Can you send me your tables structure, i mean attributes name of the all the tables or entity because it is need normalization. after normalization then you'll be able to continoue your work.

Member Avatar for geoamins2
0
78