Image capture and store into Sql Server 2005 code in vb 6
how to store image in Sql Server 2005 by using visual basic 6
Answer Question
| July 5, 2012 10:03 AM
MS Access 2003, MS SQL Server, VB 6.0
how to store image in Sql Server 2005 by using visual basic 6
I want to upload my web project on internet. How to do it?
HI i have made a web project using jsp/servlet and oracle database in Eclipse IDE. I have many jsp pages and servlets in that project. Now i want to upload my project on Internet. How to do it? I dont know anything about uploading websites to internet.
Answer Question
| July 4, 2012 3:55 AM
Eclipse IDE, Java, JSP Page Design, Oracle 10g, Servlet, Web based Applications
HI i have made a web project using jsp/servlet and oracle database in Eclipse IDE. I have many jsp pages and servlets in that project. Now i want to upload my project on Internet. How to do it? I dont know anything about uploading websites to internet.
Is PL/SQL a right choice form performing operations on a databse and display the final result.?
I am developing a stock maintainence software using java language (Front end) and using oracle database as backend . i am storing data entered into some sort of gui builded forms into database. Now i want to perform some operations on that data and then display the final result. Is PL/SQL a right choice for [...]
Answer Question
| July 3, 2012 6:01 PM
Java, Oracle 10g, PL/SQL
I am developing a stock maintainence software using java language (Front end) and using oracle database as backend . i am storing data entered into some sort of gui builded forms into database. Now i want to perform some operations on that data and then display the final result. Is PL/SQL a right choice for [...]
Active Directory returns No Data
Hello; I am a junior developer and I’m building a application that should search and return ALL user name & groups in the Active Directory, my code builds fine and I able to log into the server but I retireve NO data. I believe I have all three part needed for a LDAP search and [...]
Answer Question
| June 22, 2012 7:00 PM
RSS feed
Hello; I am a junior developer and I’m building a application that should search and return ALL user name & groups in the Active Directory, my code builds fine and I able to log into the server but I retireve NO data. I believe I have all three part needed for a LDAP search and [...]
C++ Question on Char*.
Look at the code below: #include “stdafx.h” #include “conio.h” int _tmain(int argc, _TCHAR* argv[]) { //Snippet 1 char name[20] = "Some Name"; printf("%sn", name); name[1] = 'a'; printf("%sn", name); //Snippet 2 char * name2 = "Some Name"; printf("%sn", name2); name2[1] = 'a'; //==>Error Here printf("%sn", name2); getch(); [...]
Answer Question
| June 26, 2012 2:08 PM
C++
Look at the code below: #include “stdafx.h” #include “conio.h” int _tmain(int argc, _TCHAR* argv[]) { //Snippet 1 char name[20] = "Some Name"; printf("%sn", name); name[1] = 'a'; printf("%sn", name); //Snippet 2 char * name2 = "Some Name"; printf("%sn", name2); name2[1] = 'a'; //==>Error Here printf("%sn", name2); getch(); [...]
how to access html file in rpgle
Dear All, I have created a html file in rpgle and save in IFS folder in my diractory ‘xxxx’,Now i want to access that file though web browser i have given path in address bar kile http://hostname/xxxx/custdtl.html
Answer Question
| June 22, 2012 5:31 AM
Web development
Dear All, I have created a html file in rpgle and save in IFS folder in my diractory ‘xxxx’,Now i want to access that file though web browser i have given path in address bar kile http://hostname/xxxx/custdtl.html
Inventory App
If you can help me out with understanding this type of coding, I would really appreciate it. I took a couple of classes on C++, but it has been a while. Currently I’m new to Visual Basic. I work in a chemistry lab and I want to make an inventory serach application / database. I [...]
Answer Question
| June 22, 2012 12:52 AM
C++, Visual Basic
If you can help me out with understanding this type of coding, I would really appreciate it. I took a couple of classes on C++, but it has been a while. Currently I’m new to Visual Basic. I work in a chemistry lab and I want to make an inventory serach application / database. I [...]
Database in ASP.NET
hi, I have 2 tables category,course in category table there are 2 columns- cateogyr_id (pk) category_name and in course table course_id(pk) name fees duration category_id(fk) category_name and i have one form in asp.net on which i have following columns course id name fees duration category(id)(dropdownlist) now plese tell me what is the coding for following [...]
Answer Question
| June 21, 2012 11:18 AM
ASP.NET
hi, I have 2 tables category,course in category table there are 2 columns- cateogyr_id (pk) category_name and in course table course_id(pk) name fees duration category_id(fk) category_name and i have one form in asp.net on which i have following columns course id name fees duration category(id)(dropdownlist) now plese tell me what is the coding for following [...]
Write a line in to a text file using VBA
Hi, I want to write a line in to a existing text file. My file is divided in to a sections. There are 13 sections with headers as : [Phase1] … some lines [Phase 2] … some lines . . . . Now at the end of the each header section, I want to insert [...]
Answer Question
| June 19, 2012 3:59 PM
VBA, VBA functions
Hi, I want to write a line in to a existing text file. My file is divided in to a sections. There are 13 sections with headers as : [Phase1] … some lines [Phase 2] … some lines . . . . Now at the end of the each header section, I want to insert [...]
ASP.Net Print
how to set footer only on first page.other page should not include footer.Is there any kind of Css ?
Answer Question
| June 19, 2012 11:31 AM
ASP.NET 3.5
how to set footer only on first page.other page should not include footer.Is there any kind of Css ?
Microsoft Access 2010 DB Macro that allows a count of a date filter, and an email to be sent
Hello, I was wondering if, within Outlook 2010, is it possible to have a script run that runs the date filter command within Access,displaying the weekly total number of values logged within the Access database. Once it pulls that value, I then would like it to send an email saying the count to a specific [...]
Answer Question
| June 18, 2012 11:05 PM
Access 2010, Macros, Microsoft Exchange, Outlook 2010
Hello, I was wondering if, within Outlook 2010, is it possible to have a script run that runs the date filter command within Access,displaying the weekly total number of values logged within the Access database. Once it pulls that value, I then would like it to send an email saying the count to a specific [...]
Storing HTML in a Physical File
Hello everyone, I’m looking for ideas for the best practice of storing HTML in a Physical File (PF). - A huge character field with VARLEN? - Some other data type available in DDS? Can’t describe the PF with SQL (I’d like to, but need to use DDS). Thanks in advance! Dave
Answer Question
| June 21, 2012 2:40 PM
Database, DDS, HTML, PF, System i
Hello everyone, I’m looking for ideas for the best practice of storing HTML in a Physical File (PF). - A huge character field with VARLEN? - Some other data type available in DDS? Can’t describe the PF with SQL (I’d like to, but need to use DDS). Thanks in advance! Dave
How to boot a VB6.0 program instead of Windows
Hi i have a program that i want to boot before windows dose or have it start instad of windows is this possible and how can i do it if i can.
Answer Question
| June 19, 2012 4:47 AM
Microsoft Windows, Visual Basic 6.0
Hi i have a program that i want to boot before windows dose or have it start instad of windows is this possible and how can i do it if i can.
Connecting MS SQL server and database.
Hi, i am trying to connect MS SQL server and database from visual c++ 2005. Can anybody help me please.
Answer Question
| June 19, 2012 10:19 AM
SQL Server 2005, Visual C++
Hi, i am trying to connect MS SQL server and database from visual c++ 2005. Can anybody help me please.
Doubt regarding ASP% in AS/400
How can i get detials of ASP% for suppose a couple hours back. and how find which job currently running is increasing the ASP ?….
Answer Question
| June 20, 2012 7:10 PM
AS/400, ASP
How can i get detials of ASP% for suppose a couple hours back. and how find which job currently running is increasing the ASP ?….
MS VB.NET 2008
how to copy a form from one project to another in VB.Net 2008
Answer Question
| June 18, 2012 6:27 AM
Visual Basic 2008, Visual Basic forms
how to copy a form from one project to another in VB.Net 2008
Instring function using vbscript
how to extract the comma till the last and display only the last value suppose if i insert 100000 rows it should show 100000 not like from 1,2,3, till 100000 it should extract till last comma please help me
Answer Question
| June 15, 2012 2:30 PM
VBScript, VBScript Functions
how to extract the comma till the last and display only the last value suppose if i insert 100000 rows it should show 100000 not like from 1,2,3, till 100000 it should extract till last comma please help me
Using Decode in oracle sql query for Debtors Analysis Report
i have a table called transactions in my oracle database which stores data for employees under particular employers. each member has an account and employer_id with transactions , the table has fields as below. TRAN_ID, TRANTYPE_ID, PENSION_ACCOUNT, EMPLOYER_ID, TRANAMT, SALARY, TAXEDAMOUNT, TRANDATE, POSTDATE, USER_ID, BATCH_ID, CONFIRMEDBY, CONFIRMDATE, COMMENTS, GLPOSTED, GLPOSTDATE, REVERSED, REVERSEDBY, REVERSEDATE, REVERSEREASON, REVERSEDTRAN_ID, [...]
Answer Question
| June 15, 2012 8:35 AM
SQL
i have a table called transactions in my oracle database which stores data for employees under particular employers. each member has an account and employer_id with transactions , the table has fields as below. TRAN_ID, TRANTYPE_ID, PENSION_ACCOUNT, EMPLOYER_ID, TRANAMT, SALARY, TAXEDAMOUNT, TRANDATE, POSTDATE, USER_ID, BATCH_ID, CONFIRMEDBY, CONFIRMDATE, COMMENTS, GLPOSTED, GLPOSTDATE, REVERSED, REVERSEDBY, REVERSEDATE, REVERSEREASON, REVERSEDTRAN_ID, [...]
What kind of program I need to embed seach engines?
Need to know what kind of program do I need to embed a seach engine for my website. I want it for five differ boxes like for an address but want only to pull up that address. Do I need a php or sql or what?
Answer Question
| June 15, 2012 8:29 PM
Java Database Connectivity, JavaScript, PHP/MySQL
Need to know what kind of program do I need to embed a seach engine for my website. I want it for five differ boxes like for an address but want only to pull up that address. Do I need a php or sql or what?
BRMS Select Device (Q1ASLTDEV) API
Hello, I found in the BRMS manual that the BRMS select device API lets you select a device to allocate or deallocate, or to select search values such as location and media class to locate and allocate an available device for BRMS media input or output operations. Well, I don’t understand very well how and [...]
Answer Question
| June 13, 2012 10:24 AM
API, BRMS
Hello, I found in the BRMS manual that the BRMS select device API lets you select a device to allocate or deallocate, or to select search values such as location and media class to locate and allocate an available device for BRMS media input or output operations. Well, I don’t understand very well how and [...]





