Hi,
I have a simple timer app that works, but I tryed to put an API Beep prodedure in it. I am not sur why but it is not beeping and not erroring. At the end of the time it goes into the if statement and displays my message, goes through the Beep; but does not Beep. I also tried puting it in...
Yes, it is the get connection and as I said in the question, it is also stmt.ExecuteQuery(sqlCmdString). Theses are on lines 12 and 20. in the information that the company gave me and a book that I have this should be all I need, but it must be missing something.
Thank you for your help that looks like it shoud do it, but unfortunantly it is not working; it returned nothing back.
I have these dates:
Date
March/17/2007
March/21/2007
March/15/2007
March/15/2007
March/24/2007
March/29/2007
and as of today I am looking for it return
Date
March/17/2007...
...DriverManager.getConnection and the line stmt.ExecuteQuery(sqlCmdString);
can someone tell me what I am doing wrong.
Thank you
import java.sql.*;
class Sqlmain {
public static void main(String args[])
{
Class.forName ("com.microsoft.jdbc.sqlserver.SQLServerDriver");
String url =...
hi.
I have a Field that has dates, in the mmmm/dd/yyyy.
I want to write a wuery that will give all dates between today through the end of the month.
I am trying something like this but I am not sure how to fully write it.
Between (Format(Date(),"mmmm/dd/yyyy") And Date())
Any ideas I would...
Hi, I am not sure if you looking for anything beond this, but in the properties of the form you can select (yes/no)as to weather the user will be able to Edit, delete, or make additions to the controls on the form. You can also, by selecting any indivdual control select enable or lock in the...
Hi
I have developed forms in Vb and Access VBA, but I am not sure what you mean by a key; unless you mean a primary key in a table. However, simulate a lot of what you can do in Access, that is using databound controls. I feel that hte best way to go is to use ADO connection strings and SQL...
...I am doing wrong I would appreciate it.
Thank you
Dim cn As ADODB.Connection
Dim rs As ADODB.Recordset
Dim strSQL1 As String
strSQL1 = "Select * from Orders Where order_num = '" & Text1 & "'"
Set cn = CurrentProject.Connection
Set rs = New ADODB.Recordset
rs.Open strSQL1, cn
If...
thanks I could try that I suppose, but I am not having any other with Adoby files.
I jsut hopeing there is a security feature in IE that I have to adjust.
Hi I have IE 6.0 adn If I am at a site that has a pdf they want me to open or download I get an error as occured and it ask me if I want to send a report to Micro Soft. I think it is some setting that I need to change, but I can not find what it is. Does anyone know what I can do?
Thank You
ok Butthis si a VBA question and that would be multiple posting, and I would not want to violate tek-tips rules. Unless someone from tek-tips say I could do this.
Thank you
Hi I have an Access 2003 app that I am building and need to create controls based on what a user selects in a list box. So if the list box has three entries and the the user picks number 2, I need to create teo text boxes. If they pick three then create three boxes. I did this along time agoe...
Hi, I need away to find out, in an app that I am developing what version of Office(not the Opporating system) the user is runing. Is there an API or something I can do to test or evaluate the user Office the user is running. For example, some of my users are using Word97 and some are using Word...
Thanks for your help, but listpos.list(i)
does not seem to be allowed and I have tryed looking at selected properties and nothing seems to be working there either. But I think there has to be a way to do this is n't there?
hi,
I tring to get the items that a user selected in in a list box. These are hard coded values in the box(they do not want to use a table). They want them to be able to select more than one itme. So I need to be able to grab and store the text in an array or variables. I have this code but so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.