- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- PC Specs
- Windows & Linux Redhat Enterprise 5
16 Posted Topics
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. … | |
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"; // … | |
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 … ![]() | |
Re: 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 | |
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 … | |
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 … | |
I am facing the problem when i m attaching the ms sql 2005 database file in win7... MICROSOFT SQL SERVER ERROR 5120 | |
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 | |
Would you help me about "How to Increase file upload size from default 1mb on host server using php." Thanks | |
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. | |
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? | |
Re: 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 … | |
Re: 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 … | |
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 … | |
Re: 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] | |
Re: 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. |