I'm new to C# and was wondering if there is a way to check if button event has been fired. The button type is a custom type inside a framework built on top of the .NET framework, but I'm not sure if matters.
Thanks ahead of time
I'm redoing a shopping cart to be object based. I have a user object with a getDiscount method. I keep getting error when I call the method "The value "cfuser2ecfc1565979364$funcGETDISCOUNT" cannot be converted to a number".
Here is my code:
initializing:
<cfset session.objUser =...
I had a survey on the web and I saved the data in numbers in the database. I need to send an excel sheet to the Marketing dept. to analyze the results of the survey. My question is how do I convert say rows B2 to B4000 to text. For example if I have "1" in B2 I want to show "0 - 2 hours per...
I'm using this xml to grab data to show in a browser.
<?xml version="1.0" encoding="UTF-8" ?>
- <recordset>
<tablecols>3</tablecols>
<fontcolor>9933CC</fontcolor>
<linkcolor>33FF33</linkcolor>
<bgcolor>99FFFF</bgcolor>
<tablewidth>400</tablewidth>
- <slot>
<description>Test...
I have CF 7 with SQL SERVER 7, and it gives me this message everytime I try to setup the datasource.
Connection verification failed for data source: ssa
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a...
I was sent this code, but the @$row at the bottom does not work for me? I understand what it seems it is suppose to do, but it doesn't work. I don't find anything in the PERL manual pages about this.
$SQL = "select $variable, $variable from table where db.field = input";
@result =...
I have a query form I created, and I want to generate a report from this. I'm trying to think of way of allowing the client select what columns with checkboxes that he or she wants to see on the report. I have few ideas, but I feel there is a more efficient way of doing this. Any help would be...
I'm new to server software and don't know how to use it. I installed Apache2 and I'm not sure how to use it. I'm able to use my PERL CGI scripts, but I'm not sure if I'm using IIS 5.0 or Apache2 to do this.
When I test Apache2 configuration I get:
C:\www\Apache2\bin\> -w -d...
I'm trying to learn how to use DBI, but I can't get pass the connect
method.
I'm using:
my $dbh = DBI->connect('DBI:ODBC:Northwind','admin','password');
The part I'm not sure about is the datasource.
Everytime I get:
DBI connect('Northwind','admin',...) failed: [Microsoft][ODBC Driver...
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.