Constraints
Which of the following rules guarantees that every primary attribute key is non-null? A) Operational constraints B) Domain constraint C) Entity integrity constraint D) Referential integrity constraint...
View ArticleLog space not cleared after sp_dumptrans procedure
Hi Folks. I'm performing a transaction DUMP and it is executed sucessfully but the log filesystem /sybase/EAX/saplog_1 remain full and is not being empty after the sp_dumptrans DBID procedure. I'm...
View ArticleThe multipart identifier could not be found #4104
i have a function in VBA (Access) that passes a sql string into a passthrough query that is server side executed I changed the inner joins and left joins to where statements but this particular sql...
View ArticleImport Data From Excel Question
I have a question regarding importing data from EXCEL. There is an example file ('get_data_from_excel') on the Brilliant Database website - I have attached a screenshot of the scripting of that example...
View ArticleThe multipart identifier "tablename.fieldname" could not be bound (#4104)
i have a function in VBA (Access) that passes a sql string into a passthrough query that is server side executed table name .fieldname = task_backup.activityid I changed the inner joins and left joins...
View Articlecreating alias for table names in a an Append query
wanting to know how to create aliases for the two tables 1. NewTasksBeingAdded 2. [table Excel data] for the follwing sql statement From what I understand the where clause (re written from joins to the...
View ArticleOpening files using a Button solved.
I have used the google maps code to open image files on my harddrive using field values. It could be used for any file type as required, just change the file extension from .jpg. It works perfectly...
View ArticlePlease Help
I have to create new database assignment2 and put the database file, redolog files and control files in this path "d:\oracle\oradata" in script :rolleyes:
View ArticleDbase IV
Hello, I hope this is in the right section, I am trying to fix up a dbase editor with game files in it. In the corrupt one their and many red 'X' s so I have started to delete the cells, keeping track...
View ArticleOutgrew Iif And - what is alternative? Access 07
I needed a way to determine what the companies service charge on a customer invoice is based on 2 criteria.....this company has independent sales reps so they are charged a fee for the invoices they...
View ArticleQuick Question about a very large DB
I'm looking at pulling some historical option data into a database. I'm looking at about 200GBs worth of data that would be dropped into 3 tables. The main index for all tables will be a symbol...
View ArticleAccess to Outlook Time Zones
Hi All, I've figured out the code below to add appointments to outlook from access. However, I have a drop down box with time zones. The box is named "Time Zone" and it has values "PST, EST, MST, MDT,...
View ArticleUsing Folder Selection As A Variable
Is it possible to select a folder from a list of all available folders and use this selection as a variable? I want to use tamcind's suggestion for importing from EXCEL when the database is being...
View ArticleFinding all possible unique combinations of values
Hello, I am looking for thoughts on how to find all possible combinations of values, for example: My table includes: Code: CREATE TABLE temp1 (item varchar(50), ORDER int); INSERT INTO temp1 (item,...
View ArticleHelp me!
i have this problem! How can i fix this ------ Fout SQL-query: Fout SQL - query : -- -- Database: `venlo2ch_kl` -- -- -------------------------------------------------------- -- -- Table structure for...
View ArticleCombo box on a form
Hi I have a combo box on a form named "shift" I populate the field by a value list. I want to stop the user from leaving the field blank. I have tried using the validate property but cant get it to...
View Article'Cross tab' data entry
All I've read much up about how cross-tabs are not editable, so I'm wondering if I'm going about this the wrong way, or using the wrong wording. I'm looking to create a form for employees' weekly...
View ArticleOra_01504
CREATE DATABASE ass2_db USER SYS IDENTIFIED BY sys USER SYSTEM IDENTIFIED BY system LOGFILE GROUP 1 ('c:\oracle\oradata\redo01a.log') SIZE 100M , GROUP 2 ('c:\oracle\oradata\redo02a.log') SIZE 100M ,...
View Articleremove last 6 char from string
Can anyone show me how to remove the last six characters from a string? I am able to identify te last 6 using this: (RIGHT(string,6))... however now I need to be able to remove those last six...
View ArticleSelect 4 most recent results
Hi All, I am creating a database in SQL2K for collating test results taken at regular intervals across several different sites and frequencies. The table will look something like this: Site Date Data A...
View Article