Report Layout
Hi people. I need some help with a report made in crystal reports 2012 for visual studio (ver 2008). My problem is that the same report is with different layouts in different computers. For example: im...
View ArticleMedian Query in Northwind Orders Table
For years I've been fighting with a Median solution. I'm now trying to get this to work using the orders table in the Northwind database so I can understand it and see if I can convert it to my...
View ArticleDistinct?
Hai rather new to DB2 i have a table A that has three fields terminal-id product-id office-number terminal/product is primary key How can I quickly find out if there is more than one office-number...
View ArticleReindex or recreate index after large delete
Hi, We have a table that is around 84GB and there are deletes regularly done on the table. This table also has an index and I was wondering if it is the norm to re-index after large deletes or is...
View ArticleDB table data export formats
Hello folks, I wasn't sure where to post this question so I'm starting here. I've been tasked with conceiving an architecture for a system that will need to automatically (programmatically without...
View Article{module::name.filetype} to _modules/name/application.filetype
Code: path = content.txt filename = application directory = _modules define create $(eval from := $(shell echo $$1)) \ $(eval to := $(shell echo $$2)) \ sed -i ''...
View ArticleCompile error: Expect Identifier
Going nuts here . . . When I compile this I get the dreaded Compile error: Expected Identifier on [ClosePrice] As String) As Double I'm at a loss . . . Code: Option Compare Database Public Function...
View ArticleLearn DB2
Hello All, I have been asked to learn DB2 as a part of new assignment I have been asked to learn : DB2 UDB- AIX LUW Can anyone help me out and guide me about how to start learning DB2 and what the...
View ArticleUpdate using Joins
Hi , this is MYSQL query...In which , two tables are updating at the same time using joins. Code: mysql> select * from orders; +---------+--------+----------+---------------------+ | OrderID |...
View ArticleMS Access Export to Excel Sheet
Hello guys, in ms access 2007 that if we convert table into excel sheet we have to format converted excel sheet manually is there a way that excel sheet should have specific format automatically I mean...
View ArticleUnicode and Non-Unicode database
Hi, I am new to DB2. I want to understand what is meant by unicode and non-unicode. I ve read some articles but still I could not understand it. Anyone please give me a detailed explanation in lay man...
View ArticleDatabase Deisgn and Normalization Video series.
Here is 25 part video series I created explaining the basics of database design. Great for beginners if anybody is interested! https://www.youtube.com/watch?v=F5Al...F7B958&index=1 Any feedback...
View ArticleWizards not working in Access 2013
Hi all, Really hoping someone can help - at my wits end! I am running Access 2013 from office professional 64 bit on a laptop running Windows 7 64-bit. For some reason the wizards are not working....
View ArticleField values dependent on the value of another field?
Hello, I am designing a database that will act as a content management system for Web Map Services. I should say I am in no way a database expert and would appreciate your insight on a 'situation' I am...
View Articlereset unknown SA password
Hi, we do not have the SA password and need to reset the unknown pwd. Can someone please help? isql -S SybaseServer linux:/opt/sybase # isql -S SybaseServer Password: Msg 4002, Level 14, State 1:...
View ArticleNumbers in words
I have totalled one field for example say the total as 1250. I want to convert this 1250 in words like 'one thousand two hundred and fifty". Is there any possibility to do this automatically in...
View Articlecalling SQLDriverConnect with ";" in password fails, same with ODBC works
Hi, on a windows 2008 machine that has the Oracle instant client 11_1 installed (11.01.00.06) i am calling SQLDriverConnect in the following way: std::string str = "Driver={Oracle in...
View ArticleImporting data from excel into Relational field of a Table
Hi!! I am new to BD and still trying to digest bits and pieces of it. I have two tables Table Name/ Field Name 1. Employee Table - - a) Emp ID - Number - b) Emp Name - Text 2. Employee Punch - a) Emp...
View ArticleConstants and more
Hello I am still designing an HR system, and I have encountered a couple of interesting issues: 1. I need to save a few constants in my DB. For example, the company pays each employee extra X% of...
View ArticleAccess - Popup Reminder
Good morning I have been asked to build a simple Access database to tract applications received, and applications sent to various sections which I have done. My manager is now asking for reminders. On...
View Article