Advertisement

1 - 10 of 1375 containing alltags:("where") (0.001 seconds)
how can I get this to work in VB Filterinfo = "%123%" 'match 123     Data1.RecordSource = "select * from [Customer] where [AccountNo] like '" & filterInfo & "'"
Zones: Visual BasicDate Answered: 05/27/1998 Grade: C Views: 0
I am trying to schedule a copy task with windows task scheduler.  The problem is, the scheduler wants me to assign a .exe file to be run as the task.  I tried looking for the copy command on my sys...
Zones: Windows 95Date Answered: 07/12/2000 Grade: A Views: 0
Hi My code below is not working. Example, <cfquery name="Get_Pending" datasource ="CD_Music" dbtype="ODBC"> Select * from Sales_Order       Where Delivery_Flag<> "Y" </cfquery> ...
Zones: ColdFusion Application ServerDate Answered: 09/24/2000 Grade: B Views: 0
Hi all, I'm facing a very strange problem, I issue the following query on Oracle8i on NT server: SELECT * from jobs where expire_date = TO_DATE('16 10 2000', 'DD MM YYYY'); OR SELECT * ...
Zones: OracleDate Answered: 10/09/2000 Grade: A Views: 0
Hi, I writing a program with database and try to filter some records like -->  Private sub cmdfilter_click()  data1.RecordSource="SELECT * FROM tblemp where='" & trim (text2.text) & "'"  db...
Zones: Visual BasicDate Answered: 06/01/2001 Grade: A Views: 0
I met a problem that I can not login in my win2000 system which said "the local policy of this system does not permit you to log on interactively". Friends told me that I need ntrights to connect t...
Zones: Windows 2000Date Answered: 06/02/2003 Grade: B Views: 0
hi i'm having a slight problem with a stored procedure on sql server 2000. I'm writing a simple stored procedure that will return delivery consignments that haven't been manifested and at the...
Zones: MS SQL ServerDate Answered: 11/14/2002 Grade: A Views: 0
I would like to run a loop in an ASP Page (preferably using ADO and SQL to connect to the db) that detects all the table and column names in an ACCESS database. I think I can do this with somethin...
Zones: ASPDate Answered: 08/02/2003 Grade: B Views: 0
I need to write a select statement that selects from a range of dates. I have been able to get this to work. What I have done so far is: Select * From table_a Where (date1 > 'xxxx-xx-xx') And (d...
Zones: FoxProDate Answered: 08/10/2004 Grade: A Views: 0
I am new to Oracle and I have quick question. I am passing a few optional parameter into a stored procedure.  I need to conditionally select data based on the parameters being passed.  So in the...
Zones: OracleDate Answered: 12/16/2002 Grade: A Views: 0