Charity looking for database that meets our needs
Hi everyone, I've been researching and contacting various database providers trying to find one that will allow us to do what we need to do, with limited success, and I thought it might be a better...
View Articleoracle to xml file
Hi, I have database oracle,I did connection string in ssis,how I can convert table or Oracle script to xml Thanks
View Article"Alter user sys identified by" not working
Hello everyone! First of all, and following the forum guidelines (this is my first post :p ), I use: Windows 7 x64 Oracle Enterprise 11g R2 x32 I have some basic experience with SQL Server and MySQL...
View ArticleApplying lock
I want to apply lock on a row, where by when another application is trying to access the locked row the application will automatically move to the next row instead of waiting for the locked row
View ArticleVB FindRecord crash if criteria not found
Hello, I made a continuous form from a query with 2 comboBoxes to filter the query. in the query the code of each column is: Code: Like "*" & [Forms]![Part_List_form]![Stat_Box_Select] & "*"...
View ArticleNeed a message to pop up on a form but based on a count from a table
Hi! I have a access database that has a Table called "tblClassRegistration". The Class Registration table captures data entered from a FORM called "frmClassReg". Each class has a particular code, or ID...
View ArticleCreating csv file in Oracle
Is it possible to create a csv file using command line but not using any tools.
View ArticleSQL tuning question
All the columns in the where clause are indexed. I was wondering if there was a more efficient way to write this and perform index only scans since the NOT IN predicate does a tablescan. Maybe a LEFT...
View Article[Ubuntu 12.04] Postgresql + PHP + Apache, pg_conect() undefined
Hi, I am really stuck. I have: Code: Apache/2.5.0-dev (Unix) OpenSSL/1.0.1 PHP/5.4.9-dev Problem: Code: Fatal error: Call to undefined function pg_connect() I have installed php5-pgsql as well as...
View ArticleNumber of records shown are not matching.
There is something I dont understand. When I use join SELECT r.CHECK_NUMBER, i.orig_file from (AP_INVOICEDOCS i join AP_DETAIL_REG r on r.PAYABLE_ID= i.PAYABLE_ID) I am getting 76 orig_file records...
View ArticleICobol data to Access via ODBC
I’m looking for some help with a database related issue I recently got a project to complete, and I’m trying to gather as much info as I can before start. What I have to do is to link MS Access or...
View Articlewhen to use mysql spatial extension?
Hi!, i'm working in a project where a i need to store in my mysql database, information about points from routes and other single points of interest. The number of routes and points could grow faster....
View ArticleSorting words within a field
Is there a way to sort words within a field alphabetically. E.G. field 1 Paul Mary John would be changed to John Mary Paul I don't really know how to use code etc. so if its possible baby steps would...
View ArticleAccess Project Direction
Hello, Have only been using access a few months and I was just handed a task and I'm not sure what direction to move in to get this done. I have been asked to develop a project management database for...
View Articlesp_xml_preparedocument can only process untyped XML
I am exploring the capabilities of SQL Server 2008R2 to load XML files in tables. All works fine and smooth. See the code below: (Normally it reads from a file, for testability I included test-xml data...
View ArticleHow to count even exact date 90 days
Hi all I need help. If total day has achieved 90 days or more in G5 cell to G12, cell will change to yellow. If I wanted exact date cell achieve even 90 days and displayed in G14 cell , what formula...
View ArticleHow To Design A Folio List?
I'm just after the basic concept for good database design. 'A Folio List' might not be a good name - I just couldn't think of what else to call it. I just mean a list of paper pages with the real data...
View Articlesql+ helphttp://www.dbforums.com/db_images_v3/images/smilies/eek.gif
1. Create a new table containing the category code and description for the categories of books sold by JustLee Books. The table should be called CATEGORY, and the columns should be CatCode and CatDesc....
View ArticleDB2 Storage design
We have an IBM v7000 SAN. It has 24 physical disks. Each physical disk is 136GB in size. The disks are grouped into 3 RAID 5 arrays and assigned to one storage group and hence one volume. This volume...
View ArticleCapture explain for all existing Stored Procedures (corresponding packages
v9.7 FP7 I need to explain all existing stored procedures (without recreating or running them). I want to query the explain tables directly so don't really need to see the output from...
View Article