Need help with this docmd.printout command. Need If statement for no record
I need to an an If statment with msgbox to handle no record selected. I have a subform that lists our current projects and a print button that prints the project based on record selected. The problem I...
View Articledelete all tables from a schema
Hi all, what is the command to delete the table associated with a particular schema? much appreciated. md
View ArticleHello - Export data from one catalog1-table1 to a catalog2-table2
Hello I have a tabel in catalog "dbo.Users" and a table named "users" that I want to copy some fields from the "users" table into a different catalog, say "dbo.Catalog" and the table "users" in the...
View ArticleNeed Help with Simple Count Function
Hey guys, I've gone rusty on my SQL skills and so annoyed that I can't get the count function to work like I want. Basically, I want my query to list all SSNS that have more than one record in the...
View ArticleVerify Database Connection Limit
I've altered my database connection limit as follows on PostgreSQL 9.2: Code: ALTER DATABASE zoo CONNECTION LIMIT = -1 ; ALTER DATABASE My question is how can I query the database server to verify that...
View ArticleSaaS Application design
Hello, Happy to to join this lovely forums and looking for your comments guys based on ur experience We are developing our SaaS application and we came to a stage where we need your technical point of...
View ArticleNeed Help with Joining Tables
Hi guys, I am trying to do an inner join on two sub-queries, and I can't figure out what I am doing wrong here. I keep getting syntax errors: Code: SELECT * FROM (SELECT SSN FROM [1099_PER] INNER...
View ArticleDecimals in Lookup Column
Hi All, I have a table which has a field with 4 decimal places (xxx.xxxx). I've created another table which uses a lookup to retrieve data from the original table. The fields display properly in the...
View ArticleScript to remove lower version jar files
hi Guys, I have a script to remove lower version jars files in a directory. #!/bin/bash #Script to remove lower version jar files. for PREFIX in `ls *.jar|sed 's/-[0-9\.\0-9\.a-zA-Z]*\.jar//g'|uniq...
View Articlehealth checking
dear friends :angel:, may i know as a db2 administrator , what are the necessary health checking/monitoring need to be done or aware of on db2 databases. if can i need some screenshot and explanation...
View ArticleError : select : [IBM][OCI Driver] CLI0125E Function sequence error....
We in our application trying to migrate the database and code from Oracle(10g) to Db2(10.1). In the code we are using DB2CI for interacting with db2. In the process we are using the cursors in the...
View Articlelinked server not using remote index
Problem ms sql server 2012 not using remote index on sql server 2000 linked server with odbc Let say my servers are: srvdb and remotesrv when do select on srvdb: select * from...
View Articledefault public packages
Hi I am configuring security parameters by following CIS Oracle Database Server 11 - 11g R2 .Here It is mentioning revoke default packages from public below, DBMS_ADVISOR DBMS_CRYPTO DBMS_JAVA...
View ArticleMonkey Bread Software Plugin
Often I need additional functionality for FileMaker for things like file manipulation in the OS. Generally I have used ScriptMaster and Base Elements plugins to handle such things and both are free...
View ArticleDate input mask
Is it possible to create an input mask for users to enter dates without the hyphens/backslashes, etc. i.e. 09261972 becomes 09/26/1972 automatically? I want to make this spreadsheet as user friendly as...
View ArticleCustom types mapping for SQL Server - MySQL converters
New versions of MSSQL-to-MySQL and MySQL-to-MSSQL converters have been released with custom field mapping feature. Now it is possible to change name, type and other attributes of every database column...
View ArticleTable full error when restructuring table
I've found a solution online about fixing this that involves setting the block size for the Paradox driver to a larger size but it also requires me to batchmove my data from the old table to the new,...
View ArticleNeed to get only date from date and time format
Hi All, I need an urgent help. I am trying to fetch records where a certain date field <='31-May-13'. But I get ORA-0183 Not a valid month error. Please help me. The Date Field is in the following...
View ArticleCan we Create sql server instance through script?
Hi, I am using SQL server 2008 standard edition. Is there a way to create a new server Instance by a scrip except the default instance.? Thanks
View ArticleMultiple users cannot access forms in Shared Database
Have been trying to find a resolution to the following issue I have a Shared 2010 access Database, which is split into front end and backend as per recommendations from several recommendations on the...
View Article