| Wed Sep 19, 2007 4:04 am |
| Replies: 2 |
| Views: 8495 |
|
 |
that works great, no need for help- anymore.. thanks.
|
| Wed Sep 19, 2007 2:55 am |
| Replies: 2 |
| Views: 8495 |
|
 |
I h ave downloaded DataStudio by Aquafold and am trying that now..
|
| Wed Sep 19, 2007 2:19 am |
| Replies: 2 |
| Views: 8495 |
|
 |
I am using a MAC and am wondering if anyone has a decent solution on an alternative to SQL Enterprise Manager, for a MAC..MAC OS X specifically. I cannot use the tool in the control panel I am told as ...
|
| Fri Aug 03, 2007 1:40 am |
| Replies: 4 |
| Views: 10759 |
|
 |
YOu are doing it right throught the control panel. Sounds like a bug in the control panel. Just send a support ticket with the following:
A name for your database,
A username,
a password.
Supp ...
|
| Fri Aug 03, 2007 1:39 am |
| Replies: 4 |
| Views: 10759 |
|
 |
YOu are doing it right throught the control panel. Sounds like a bug in the control panel. Just send a support ticket with the following:
A name for your database,
A username,
a password.
Supp ...
|
| Fri Aug 03, 2007 12:53 am |
| Replies: 4 |
| Views: 10759 |
|
 |
Also, in the Control Panel when I go to Add a SQL Database to Your Site it submits the page but all I get on the next screen is a blank page..
this issue aside, is this sorta the answer to my first ...
|
| Fri Aug 03, 2007 12:50 am |
| Replies: 4 |
| Views: 10759 |
|
 |
Do I simply create my SQL or MySQL Database by submitting new table queries and such or do I have to create my own SQL DB or MySQL DB and upload it to HMS servers?
thanks!
|
| Tue Nov 07, 2006 6:13 pm |
| Replies: 4 |
| Views: 12204 |
|
 |
I agree
|
| Tue Nov 07, 2006 6:08 pm |
| Replies: 4 |
| Views: 14469 |
|
 |
my site's been down for 10 minutes at this point
Oh yeah..I forgot to add..
Your site really shouldn't be down for that long. Something else must be going haywire on the server. I would let supp ...
|
| Tue Nov 07, 2006 5:24 pm |
| Replies: 4 |
| Views: 14469 |
|
 |
This happens quite frequently...the support tech said it is due to people having "bad code" in their sites and that they are trying to get rid of it...
anyone else get this error on occasion when t ...
|
| Mon May 22, 2006 8:37 pm |
| Replies: 4 |
| Views: 13919 |
|
 |
ok another inquiry...
If I wanted to add new records to a new table with the ReportID,how would my insert query look?
<cfquery datasource="dsn" name="insert">
INSERT INTO newTable(ReportI ...
|
| Mon May 22, 2006 8:18 pm |
| Replies: 4 |
| Views: 13919 |
|
 |
Modify your query to use the IN sql function.
<cfquery datasource="DSN" name="abc">
SELECT clinician
from SAL
WHERE reportID IN (#reportID#)
</cfque ...
|
| Mon May 22, 2006 7:36 pm |
| Replies: 4 |
| Views: 13919 |
|
 |
In my form I have multiple checkboxes with values of "reportID".
On the action page, I want to query the database to retrieve records pertaining to the "reportID" 's that were checked on the previo ...
|
| Fri May 05, 2006 5:44 pm |
| Replies: 4 |
| Views: 35996 |
|
 |
You can accomplish the same thing by using the 'Like' keyword in Access. For example if you wanted to search a field, but didn't want to be restricted to results that only fit the search string you w ...
|
| Thu May 04, 2006 5:44 pm |
| Replies: 4 |
| Views: 35996 |
|
 |
In my query I want to search a certain field in the database. The field is of memo type. I read that the Where Contains clause will only work on an SQL database..so I am using Access and am wondering ...
|