Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

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 Article


oracle 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 Article

Applying 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 Article

VB 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 Article


Need 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 Article

Creating csv file in Oracle

Is it possible to create a csv file using command line but not using any tools.

View Article

SQL 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 Article


Number of records shown are not matching.

There is something I don’t 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 Article

ICobol 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 Article

when 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 Article

Sorting 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 Article


Access 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 Article

sp_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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

How 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 Article


sql+ 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 Article

DB2 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 Article

Capture 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
Browsing all 13329 articles
Browse latest View live