all groups > sql server odbc > august 2003 > threads for august 1 - 7, 2003
Filter by week: 1 2 3 4 5
query to select punctuation marks
Posted by fishberry at 8/7/2003 11:02:19 AM
I have a table(sentences) which has two columns:
Indexnumber,Sentence.Sentence column contains a lot of English sentences. I
want to select all sentences which contain question mark.
I use sql:
select *
from sentences
where sentence Like "%?%"
But it doesn't work.
... more >>
A problem with certificates
Posted by Joe Bucar at 8/6/2003 2:43:06 PM
Hello,
I am trying to establish strong encryption for ODBC. What I am trying to do
is enable SSL encryption for SQL on a SBS2K server with certificate server.
First, I was able to sucessfully create a certificate. The problem that is
occuring is when I check the "force protocol encrtption" opti... more >>
OleDb consumer where is my data source
Posted by Duncan Winn at 8/6/2003 11:39:04 AM
I have generated an OleDB provider from MS VC++ 7 ATL templates. I have
modified this using Lon Fishers tutorial!
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/htm
l/msdn_vc6oledbprov.asp)
However when I come to generating a consumer (using MS VC++ 7 ATL templates)
... more >>
Scheduling a Local Package
Posted by Bill S at 8/6/2003 2:47:47 AM
I am at my wits end with scheduling a local package I created. I am a self
learner so any help is greatly appreciated.
1. I tried to let the job execute at a time when I knew the Oracle data
was available.
2. The package completes with no errors when I execute it manually from
the Ente... more >>
MSSQL2K ODBC in WinXP Pro
Posted by Larry Stall at 8/5/2003 7:42:05 AM
Recently upgraded a development station from Win2K Pro to
WinXP Pro. It has a MSSQL2K Personal Edition running so
it can be used for development when not connected to the
company domain (with MSSQL2K servers). It is used for
VStudio 6.0 and VStudio.Net development.
Recently, while not con... more >>
Table owner and Select permission
Posted by Garret at 8/4/2003 9:53:39 PM
New to SQL server. I have created a database in SQL7 and have created a
table in the database ICFPM. Its really basic, just two fields. I have
created a new login to the database, and have made the user a member of
everything. I set the database up as a system DSN and have tested the
connection... more >>
Cannot delete rows
Posted by Brian Andrus at 8/1/2003 10:42:48 PM
I dropped a table (table B) that was linked from another
(table A). Now when I try to delete a row in table A, it
throws an error saying the object could not be found.
If I recreate table B with the linked field (even if it
is empty and a different data type), then I can delete
rows from ... more >>
|