Access VB Code Help
I am fairly good with general code in access. Where my knowledge falls short is anything that has to do with the FOR command and I believe thats where I am at now. I have a table with 3 columns A, B, C...
View ArticleHow to list all databases
Universal DB2 on NT: I have like 10 instances with around 6 databases in each instance. Is there a way to make a list of all the databases to a text file ? New to DB2.
View ArticleMQT based on Table with CLOB
I am trying to create an MQT with DB2 9.7, the MQT is using a full select from a table that has several CLOBS. Since MQT's do not support CLOBs I am trying to cast the CLOB to a varchar, however, no...
View ArticleSQL w/ Access GUI front end
I have a small SQL database, I want to make a front end GUI for it. VERY basic kind of stuff that basically just allows the user to input data into the GUI which basically just inserts data into the...
View Articlejdbc connection problems
Hi All, I try to run a JAVA program with a connection to SQL Server 2012. This program works very well with MySQL, Oracle and DB2. But I have problem with SQL Server: Code: Caused by:...
View ArticleHow to apply color to legend of chart
Hi, I am using some Reason Codes for particular time spam . No of Reason codes differs for different time spam. In this scenario how to keep color consistency of Legend of Crystal Report
View Articleusage of hash function
i am trying to generate unique value for 10 columns in a table. for that i used hash function. but hash function is returning same value for both the strings. ex :- select DBMS_UTILITY.get_hash_value...
View ArticleButtons Icons
Hi guys. You might find these handy. See attached image. A while back I've added a number of additional icons to the default set. The icons were free from Tango Icon Library - Tango Desktop Project I...
View ArticleQuery to display weekly data
I have a table with following data: Sale_date Qty_sold ---------- ---------- 01-Apr-2013 10 02-Apr-2013 0 03-Apr-2013 0 04-Apr-2013 0 05-Apr-2013 12 06-Apr-2013 0 07-Apr-2013 0 08-Apr-2013 15...
View ArticleIssues with tablespace
Hi all, In our setup db2 V9.7 with fixpack 4 Facing issues with tables.. create the table using this DDL: ======================= CREATE TABLE "db2STG"."TIS_DA_ALDIS_SPD_DATA" ( "ROW_NBR" INTEGER NOT...
View ArticleLOAD_SCRIPT and deletion of log files
Gents, I have a strange (to me anyway) issue. I have a job (JOB A) that calls a number of different jobs. One of these called jobs (JOB B) has the following step:...
View ArticleFill up text box from value selected in combobox
I am working with MS Access 2007. I have a table that contains student names corresponding to student IDs. I have student IDs in another relationship table and a form that has a combobox that contains...
View ArticleQuery Optimization required
A ref type cursor is created in a procedure; select query used is defined below. Please help to reduce the execution time of this query. OPEN arm_cure_acct_collectables_cv FOR SELECT /*+ rule */...
View ArticleDoCmdRunSQL vs DoCmdOpenQuery
Simple question: which one of these is more efficient, do you think? Code: DoCmd[dot]RunSQL("DELETE * FROM tblCustomers") Or Code: DoCmd.OpenQuery "qryDelCustomers", acViewNormal, acEdit ...any...
View ArticleConvert Date to numbers
Hi How to convert the date NOW to integer..? Thanks in advance Any reply would be much appreciated,,,
View Articleddlgen problem
I am writing a migration script and need to use sybase ddlgen tool to extract database object definitions. The tool is not generating ddl correctly for tables with identity column. Has anyone stumbled...
View Articledoes informix pdo support return of result set from stored procedure?
Can anyone tell me if informix pdo supports retrieving a result set from a stored procedure in the normal way? It's telling me there are a wrong number of parameters. I've got the right number of input...
View ArticleList box showing my reports and a cmd button to print them
I have a form with a list box that lists all of my reports. I also have two cmd buttons one, one to print the report and one to view the report. In the query for the list box im using Name:...
View ArticleTwo field count query
Good afternoon. I am very rusty on SQL and Access, so bear with me. I have a query where I would like to get a total count for two fields. Example: table name: Mishap Data Fields: Days Away From Work...
View ArticleWhich one is best for seo -Joomla or wordpress?
Hi friends, Pls. suggest me . which one is best for seo purpose website develop in joomla or wordpress.?
View Article