Viewing 15 posts - 61 through 75 (of 153 total)
Just to clarify, there are no codes exposed to users.
And yes, there are separate entities handling associations between patients and drugs and a different entity of PatientAllergies.
The specific question was in...
July 20, 2006 at 8:13 pm
I hate to re-open this issue, but want to make sure I understand the trade-offs exactly.
I intend to use a unique number for...
July 20, 2006 at 3:30 pm
thanks. That was it. I had an extra "Select" π
It's working now.
Sam
April 5, 2006 at 7:50 pm
Is the question how do you call a stored procedure from Access? THis should do it:
Public Function InsertDate( _
strTableName As String, _
strStartDate As String, _
strEndDate As String, _
On Error GoTo...
March 18, 2006 at 9:54 am
This really helps. Thanks. My takehome lesson is use grouped names only after careful thought and consideration of multiple factors. I decided not to use a prefix for now.
Sam
March 18, 2006 at 6:55 am
mkeast, thanks for bearing with me. I'm a newbie and truly baffled by this. This statement executes properly from QA:
EXEC sp_generate_inserts OccRadiology, Fact, @debug_mode=1, @cols_to_include ="'AilmentID','Ipsil','ContraB'"
debug_mode is bit type (so...
February 28, 2006 at 6:40 am
here is the statement printed with print @cmd:
osql -S. -E -dRestructureTest -Q"EXEC sp_generate_inserts 'OccRadiology','Fact',@debug_mode=1,@cols_To_Include='Ipsil','Contra' -w8000 -h-1 -o c:/Artifex/inserts.sql
Sam
February 27, 2006 at 4:18 pm
okay, it looks like the above solved the issue with the @col_to_include parameter.
Now I have this error: Line 1: Incorrect syntax near '-'.
There are many dashes. How do I find...
February 27, 2006 at 3:50 pm
thanks. I finally found it. sorry for the trouble.
Sam
February 25, 2006 at 8:09 am
Clarification, Mike:
Youβre saying that
Set rs=CurrentProject.Connection.Execute(strSQL)
Is faster than
Set rs=New ADODB.Recordset
January 29, 2006 at 8:12 am
Having perused the responses, I find my fingers itching to send my own little opinion. π
I live in a different world (non-IT) and have been investigating for a couple...
December 21, 2005 at 8:39 am
Viewing 15 posts - 61 through 75 (of 153 total)