create multiple folders with one schema
Hi all... Since m new to postgresql, I got stuck on one problem. The problem is as follows: I want to create a separate Folder in postgresql itself, in such a manner that under that particular folder,...
View ArticleQuestion about reorg and runstats
Good afternoon, DB2 V8 AIX 5.3 Is there any way to know when was the last time you run reorg and runstats on a table? Thank you very much and best regards.
View ArticleFunction of schema in postgre
Greeting to all...! Can anyone please give me knowledge about the function of Schema is postgresql? :confused: :confused::confused:
View ArticleContact Management Database Help
Hi all, I am well versed in Excel/VBA design, but I'm relatively inexperienced with Access, so I'm hoping someone here can point me in the right direction. I am working on a project to create a contact...
View ArticleImporting from a folder
Hi guys I hope you can help This question was covered previously but not for a complete noob like me :D I want to import thousands of records into BD but it comes to a complete halt in the middle and...
View ArticleSeeking db tutor for ERD diagram
I am trying to create a logical ERD diagram and having some issues. I am willing to pay for assistance. This is not a real world exercise. I am looking for someone who will help me get a better grasp...
View ArticleQuery and Totals Help Required
I'm trying to add up 4 Annual Totals but it doesn't seem to be working. The report accepts the expression but in the box it says '#Name?'. The expression: Code: =([a_qry_AnnualTarget...
View ArticleWhats Wrong With My Code?
strSQL = "UPDATE T_EMPLOYEE " & _ "SET MI = " & Me.MI & ";" Debug.Print strSQL db.Execute strSQL Error message says Too few Parameters expected 1
View ArticleUsing VBA to parse delimited values from a single cell and store in string...
I have a cell (B2) that may contain 1 or more values separated by a comma (example: 1,2,3). I am storing the value of this cell in a VBA string variable (myVar) and passing to a SQL statement: Code:...
View ArticleSQL server 2000 - Profiler error
Hi, I am using profiler to execute procedure integrated into database ( I am not author and I dont know what is in procedure, until now procedure worked well ) and I get error like this "ODBC: Msg 0,...
View ArticleQuery is duplicating data
I'm trying create an append query using linked tables that were created from an excel spreadsheet. I can't get past the first part - which is creating the basic query. My three tables are location,...
View Articlereorgchk
I would want to generate my reorg table script based on the output of the db2 reorgchk command. Question 1: Is there a way I can run reorgchk command for a given schema AND non-system tables in one...
View ArticleNew project from Brilliant Database
Months ago BD site had a link to get register on a new project called "DoMyApp" Finally today I got my confirmation link for https://www.domyapp.com/index. I try to create an app but the system is not...
View ArticleGoto Record in a subform
i order entry screen (orders) which has a 2 subform Purchase order 1 detail view and other one form table view have a toggle button which flicks between them both user happy BUT she just ask me when...
View ArticleDates
Show some sample data for your tables and your desired result using the sample data
View ArticleChange ip adress in a string
Hello everybody, we got data from a dns server that looks like: some colums.... |121.12.250.2.somestring......| The ip adress should look like 2.250.12.121: We could use charindex, substring and len to...
View ArticleInvalid TLV record Error
I am using Crystal Reports version 8.0.1.0, and I am getting Inavlid TLV record error while opening .qry file. Please help.
View ArticleDoubt in the file system and creation of tablespace
Hi all, In our setup using db2 v9.7 with fixpack 4 Have a question in tablespace creation? We are using linux box it have file systems. I tried to connect the Australian machine from India. Through VM...
View ArticleSql statement to invoke sql function
Hi, I created a sql function to calculate the difference between two dates (age = age + 1 if month of birth >= 6 than age = age +1), in datef = today date datei = date of birth CREATE FUNCTION...
View Article