xml ware house in QTP
can anyone tell me how to use xml ware house when i want to use parametrization in xml ?
Answer Question
| June 19, 2009 2:17 PM
QTP, XML, XML Warehouse
can anyone tell me how to use xml ware house when i want to use parametrization in xml ?
Run a Macro in Excel 2007 spreadsheet located on a file server
When I run the macro located on the local drive it works, but when I put the document out on a shared file server I get an error. The server folder is in my trusted locations.
Answer Question
| June 22, 2009 2:09 PM
Excel 2007, Excel macros, Microsoft Excel
When I run the macro located on the local drive it works, but when I put the document out on a shared file server I get an error. The server folder is in my trusted locations.
Code Impact Analysis Tool
Hi, Need a tool to do the impact analysis of .net/java/com code files and should produce the matched code/classes/objects/methods/references etc. for a particular database hit (stored-procedure or select/insert/update query)
Answer Question
| April 9, 2012 12:46 PM
.NET, Impact analysis tools, Java, Performance and availability, Stored Procedures
Hi, Need a tool to do the impact analysis of .net/java/com code files and should produce the matched code/classes/objects/methods/references etc. for a particular database hit (stored-procedure or select/insert/update query)
Regarding DataGrid (Not MShFlexGrid) in Vb 6.0
i need to select a row in a Datagrid. I tried Datagrid.Row it is Not Working, any one help on this Code - For nlRo = 1 To DataGrid.ApproxCount DataGrid.Refresh DataGrid.Ro =nlRo DataGrid.Col=1 DataGrid.Text = nlRo Next nlRo ” Row is not selecting…..
Answer Question
| June 19, 2009 12:45 PM
DataGrid, VB 6.0, VB DataGrid, Visual Basic 6
i need to select a row in a Datagrid. I tried Datagrid.Row it is Not Working, any one help on this Code - For nlRo = 1 To DataGrid.ApproxCount DataGrid.Refresh DataGrid.Ro =nlRo DataGrid.Col=1 DataGrid.Text = nlRo Next nlRo ” Row is not selecting…..
Creating a VB setup file
I want to create a setup file using VB. i want to dump all my file and using that vb application should create a setup file.How top do this.
Answer Question
| June 20, 2009 7:45 AM
VB, VB Setup File, Visual Basic
I want to create a setup file using VB. i want to dump all my file and using that vb application should create a setup file.How top do this.
Mobile development with O2 Xda Zinc
This is Anand, i have bought one O2 XDA Zinc windows mobile 5.0. i am developing one windows application and trying to sync through Remote. i can sync with Usp cable is working fine but when i try to do the Remote sync i can not connect with my laptop. i have tested wiht HP [...]
Answer Question
| June 19, 2009 6:18 AM
Mobile development, Mobile synchronization, O2 Xda Zinc, Software development, Windows Mobile 5
This is Anand, i have bought one O2 XDA Zinc windows mobile 5.0. i am developing one windows application and trying to sync through Remote. i can sync with Usp cable is working fine but when i try to do the Remote sync i can not connect with my laptop. i have tested wiht HP [...]
Delphi COM add-in called from Lotus Notes
I have a Delphi COM add-in that has been created. Currently, it is used within Outlook to read/write from/to a relational database and also allows the user to interact via a selection list. I want to use this existing code from with the Lotus Notes client. Ideally, I want to use this same bit of [...]
Answer Question
| June 19, 2009 2:22 AM
Delphi, Delphi COM add-in, Lotus development, Lotus Notes, Outlook
I have a Delphi COM add-in that has been created. Currently, it is used within Outlook to read/write from/to a relational database and also allows the user to interact via a selection list. I want to use this existing code from with the Lotus Notes client. Ideally, I want to use this same bit of [...]
How to show two query results in one Microsoft Access report
I have two queries saved, one shows the record that match a criteria and the othe query shows the record that do not match the criteria. ie. query1 in the feild lastname the criteria is “jones” in query2 in the feild lastname the criteria is Not”jones”. What I want to have is a report that [...]
Answer Question
| June 29, 2009 9:55 PM
Access 2003, Database programming, Microsoft Access, Micrsoft Access reporting
I have two queries saved, one shows the record that match a criteria and the othe query shows the record that do not match the criteria. ie. query1 in the feild lastname the criteria is “jones” in query2 in the feild lastname the criteria is Not”jones”. What I want to have is a report that [...]
SQL/400 Call Level Interface
The option set thru the SQLSetConnectionAttr call persists until the next SQLSetConnectAttr call. If I need to set another option, how do I know that the effect of the previously set option is no longer required? Can I set connection attributes after I have connected to the database? Thank you for your help, Leo Burkett
Answer Question
| June 19, 2009 9:29 PM
SQL, SQL/400, SQLSetConnectionAttr
The option set thru the SQLSetConnectionAttr call persists until the next SQLSetConnectAttr call. If I need to set another option, how do I know that the effect of the previously set option is no longer required? Can I set connection attributes after I have connected to the database? Thank you for your help, Leo Burkett
Project Management software recommendations
Software PM’s — what tools do you use the most in managing your development projects? What software solutions would you recommend?
Answer Question
| September 28, 2011 9:05 PM
Project management, Project Management Software, Project Managers
Software PM’s — what tools do you use the most in managing your development projects? What software solutions would you recommend?
ArcGIS, .NET, Urgent! Please help
I’m trying to save a unicode utf8 string –> “سلام” in a feature of a featureclass, but it is saved like “????”.as ArcMap support different encodin and also Farsi that I’m working with, It should be possible through my program.but I didn’t find any way yet.anybody knows about this? feature = fc.CreateFeature(); feature.Shape = point; [...]
Answer Question
| June 18, 2009 2:28 PM
.NET, ArcGIS, Unicode, UTF-8
I’m trying to save a unicode utf8 string –> “سلام” in a feature of a featureclass, but it is saved like “????”.as ArcMap support different encodin and also Farsi that I’m working with, It should be possible through my program.but I didn’t find any way yet.anybody knows about this? feature = fc.CreateFeature(); feature.Shape = point; [...]
SQL image data type
Hello expert, I have a developer using .NET front end then call function with image data type to load data into #temp table. He said that will be easy. I need help with few questions. 1. Using image, xml and ntext, will those data type effect performance. 2. If I do not want to use [...]
Answer Question
| June 19, 2009 2:12 PM
.NET development, SQL development
Hello expert, I have a developer using .NET front end then call function with image data type to load data into #temp table. He said that will be easy. I need help with few questions. 1. Using image, xml and ntext, will those data type effect performance. 2. If I do not want to use [...]
Difference between ODBC and JDBC?
I’m writing a Java application. In short, this application needs to connect to DB2 on an AS/400 for some SQL data. I cannot find a straightforward comparison of ODBC and JDBC. Do any of you know where I can find one? Or, have any of you done java programming with the intent to connect to [...]
Answer Question
| April 19, 2013 1:49 PM
AS/400, Database, DB2, Development, Java applications, JDBC, ODBC, SQL
I’m writing a Java application. In short, this application needs to connect to DB2 on an AS/400 for some SQL data. I cannot find a straightforward comparison of ODBC and JDBC. Do any of you know where I can find one? Or, have any of you done java programming with the intent to connect to [...]
How to retrieve images from the database programmatically using .NET?
insert and retrieve pictures from database
Answer Question
| June 18, 2009 3:10 AM
.NET, .NET development, Database connectivity
insert and retrieve pictures from database
deny delete permission in VBA
How can I add a deny delete permission entry to acl of a folder for a user, using command line or VBA?
Answer Question
| June 18, 2009 6:53 PM
VBA, VBA Permissions
How can I add a deny delete permission entry to acl of a folder for a user, using command line or VBA?
Query showing vbCRLF in string data
Can someone provide SQL code that would generate a table showing any instance where a vbCRLF character can be found anywhere in my table? IOW, I’m trying to list records where the user input 2 or more lines of data in a simple text field. E.g., “John Q. vbCRLFSmith” as opposed to just “John Q. [...]
Answer Question
| June 24, 2009 4:25 PM
Access 2003, Access Database, Microsoft Access, SQL Query, vbCRLF
Can someone provide SQL code that would generate a table showing any instance where a vbCRLF character can be found anywhere in my table? IOW, I’m trying to list records where the user input 2 or more lines of data in a simple text field. E.g., “John Q. vbCRLFSmith” as opposed to just “John Q. [...]
Access paths no longer valid
Ok, the plot thickens. I’m trying to identify and rebuild LFs that after an abnormal shutdown and normal ipl, are no longer being selected for SQL and QRY. These files are not damaged, but program response has taken a major hit due to these views not being selected. After researdhing one known file before and [...]
Answer Question
| June 18, 2009 3:23 PM
AS/400 Access Paths, iSeries performance, QRY, SQL
Ok, the plot thickens. I’m trying to identify and rebuild LFs that after an abnormal shutdown and normal ipl, are no longer being selected for SQL and QRY. These files are not damaged, but program response has taken a major hit due to these views not being selected. After researdhing one known file before and [...]
Crystal Reports migration issue
I have report created with CR basic for VS .NET 2003. Some time ago i have to put this report to project crearted in VS 2008. IDE automaticly converted the report to the newest version of CR. Report include one subreport. When this report is printed from .NET 2003 project it looks fine. When i [...]
Answer Question
| June 17, 2009 12:01 PM
Crystal Reports, Crystal Reports migration, IDE, VB.NET 2003, Visual Studio, VS 2003, VS 2008
I have report created with CR basic for VS .NET 2003. Some time ago i have to put this report to project crearted in VS 2008. IDE automaticly converted the report to the newest version of CR. Report include one subreport. When this report is printed from .NET 2003 project it looks fine. When i [...]
App that allows URLs with associated usernames and passwords
I would like to create an application that enables a user to store multiple urls with associated usernames and passwords. When a user clicks on a link the application automatically logs the user into the associated url. Unfortunately I cant seem to search for this type of application because all search criteria leads to a [...]
Answer Question
| June 22, 2009 4:05 AM
log on, Password, URL
I would like to create an application that enables a user to store multiple urls with associated usernames and passwords. When a user clicks on a link the application automatically logs the user into the associated url. Unfortunately I cant seem to search for this type of application because all search criteria leads to a [...]
Biometrics with Visual Basic 6
How i can use biometrics in V.B 6.0? any sample code…. Plz help me…….
Answer Question
| July 28, 2010 12:34 AM
Biometrics, Sample code, VB 6.0, Visual Basic 6
How i can use biometrics in V.B 6.0? any sample code…. Plz help me…….





