I am trying to grab an Outlook Calendar on a CF web page.
The below links to my local Outlook calendar. Please advise how I can get a Group Calendar instead of fetching my local Calendar?
<object classid="clsid:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder" width="100%"...
I have a page that populates an Access 2000 database. It works great but when I try and put in more than one value for the select multiple options it only passes one value to my database. Please advise how I can get this to work where it will pass all option values that are selected?
HTML...
I am trying to get the Resultset page listing to work for my page. It works great for all pages 10 and under but when I get over 10 pages it doesnt work correctly:
For example if I have 11 page results and I go to page 2 it will show page 11 as the current page:
1 2 3 4 5 6 7 8 9 10 11
If I...
1) Are your target words in the table names or in row data?
In Row data type
2) Are you looking for a single string of three words, or are you looking for three separate strings, one word each?
Three separate strings such as: San Francisco Bay
and the other one will be: AB/3DK/000/19934
3) As...
I need to make a report but not sure where the data is located. I did a command to find all my tables:
select * from all_tables
Anyway to do a search to find information in my Oracle 7.2.3 database?
I need to find three words and there are over 150 tables to search. Please advise.
I want to make an update page that lists records where I can click on the record link and edit the record. I have the Record viewing page set up and working where it shows the links but now when I click on the record link to get an update page it shows the correct argument ID in URL but the...
I am trying to show CFGRID and have the ability to link to a record:
<cfform action="theGridPage.cfm" enablecab="Yes" name="myForm">
<cfgrid name="mygrid" colheaderbold="Yes" query="QueryOne" sort="Yes" griddataalign="left" gridlines="yes" rowheaders="yes" colheaders="Yes" selectmode="edit"...
Thanks,
I thought two tables would be related by a primary key one to many relationship to another table. How are they related if I do a one to many relationship?
Example:
Customer Table
customer_id [primary key]
Product Table
product_id [primary key]
customer_id [foreign/secondary...
I just started using mySQL server 4.1 and have a Client GUI tool called mySQL Query Browser. My background has always been with Access 2000 and I was able to create one to many relationships with GUI tool between tables.
So if I have TableOne and TableTwo I could create a one to many...
How would I insert data from three tables into one table using a query?
My attempt:
insert into TableFour
select *
From TableOne, TableTwo, TableThree
It keeps saying duplicate problem.
Please advise.
I have an Excel spreadsheet (using Office 2000) where I want about 100 people to enter information info into about 25 columns. It will be located on a shared folder that is clicked from a web page.
As many as 5 or 10 people might be accessing this spreadsheet at once to update or add info...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.