Ask a Question related to Coldfusion Database Access, Design and Development.
-
Captain Ru #1
ColdFusion and MS Access
I am trying to dynamically create menus using links stored in an Access
database, the problem is I can only get this to work using the Access field
type as a 'memo' and having the value as shown below. How do you properly use
the 'hyperlink' datafield so that when I query the DB in the CFM file it will
display the same?
<a href = "phone.cfm">Add Phone Number</a>
Captain Ru Guest
-
Coldfusion administration access
Hello, i need help please. I instaled Coldfusion developer on my laptop. All worked fine, but when i am offline i can?t get access to the... -
Foxpro access in Coldfusion 7
With Coldfusion 5-6.1 we were accessing are old Foxpro 2.6 databases through ODBC using the Visual Foxpro Drivers. There wasn't any major problems.... -
access relationships and coldfusion
Hi guys, right a little help please.....I'm now a lot further on than last time I posted on here, your help the first time around was very good :) ... -
cannot access coldfusion files from IIS 5
Did you happen to find a solution for this? We are experiencing the same issue! I will keep you posted if we find anything from this end. ... -
Coldfusion MX 7.0 with 'Access with Unicode'
I used to use Coldfusion 5 with Access DB (Using ODBC DSN) under IIS, everything works fine. Now I upgraded Coldfusion 5 to Coldfusion MX 7.0 with... -
Neculai Macarie #2
Re: ColdFusion and MS Access
news:dbmrkh$n1p$1@forums.macromedia.com...
field> I am trying to dynamically create menus using links stored in an Access
> database, the problem is I can only get this to work using the Accessuse> type as a 'memo' and having the value as shown below. How do you properlywill> the 'hyperlink' datafield so that when I query the DB in the CFM file itAs far as I know the hyperlink field type is revelant only to access (only> display the same?
>
> <a href = "phone.cfm">Add Phone Number</a>
Access knows that's a link). You can use 2 text fields, one for the link
(phone.cfm) and another one for the message (Add Phone Number) and just
cfoutput them.
--
<mack />
Neculai Macarie Guest
-
Captain Ru #3
Re: ColdFusion and MS Access
Ahh!! Thanks for that!
That's how I initially created my table, with the extra fields, but then I
started thinking about that hyperlink field, and I started researching and
playing with that. You saved me a lot of time and wasted effort!
Captain Ru Guest



Reply With Quote

