Search

You searched for the word(s): userid:246993

Matching Posts

  • Re: What is .NET?

    I know that but I wanted a more detailed explaination. Something along the lines of: *Start Quote* There are four main principles of .NET from the perspective of the user: It erases the boundaries between applications and the Internet. Instead of interacting with an application or a single Web site, .NET will connect the user to an array of computers and services that will exchange and combine objects and data. Software will be rented as a hosted service over the Internet instead of purchased on
    Posted to Free For All (Forum) by Shining Arcanine on 6/18/2004
  • Re: What is .NET?

    My last post was in response to phishphan05. Anyway, this clearly explains it: http://www.webopedia.com/TERM/d/dot_NET.html Thanks.
    Posted to Free For All (Forum) by Shining Arcanine on 6/18/2004
  • Re: What is .NET?

    Not really, a friend and I were talking about .NET (of which I'm a beginner at) and the topic came up and I was like, "I'm not entirely sure myself." ^_^;;
    Posted to Free For All (Forum) by Shining Arcanine on 6/18/2004
  • What is .NET?

    I know it is a framework but I don't know what a framework is, would some please explain it to me.
    Posted to Free For All (Forum) by Shining Arcanine on 6/17/2004
  • Re: Connect to MySQL - quick one

    I have a page that I added this code to: <%@ Page Language="C#" Debug="True" CompilerOptions='/R:"C:\Program Files\Microsoft.NET\Odbc.Net\Microsoft.Data.Odbc.dll"' %> <%@ import Namespace="System.Data" %> <%@ import Namespace="Microsoft.Data.Odbc" %> OdbcConnection myConnection = new OdbcConnection("DSN=mysqldsn"); OdbcDataAdapter myCommand = new OdbcDataAdapter("SELECT * FROM `dexdata` WHERE id = "+dexNo, myConnection
    Posted to MySQL (Forum) by Shining Arcanine on 3/18/2004
  • How do I use MySQL as a data store for ASP.NET?

    I want to write a script that will open a connection to a MySQL database (software is running on localhost, username is root, password is non-existant, database name is pokedex), run this query "SELECT * FROM `dexdata` WHERE id = 1", close the connection, and then output data from the stage2 column just to show that it worked. Would anyone be able to tell me how to do this? I'm new to ASP.NET so I'm clueless. -_-
    Posted to MySQL (Forum) by Shining Arcanine on 3/17/2004
  • Re: Connecting multiple computers to use their processing power

    I think it would be called clustering. Hopefully someone else can help you find out how to set it up.
    Posted to Other (Forum) by Shining Arcanine on 3/17/2004
  • Re: Php still is great

    I'm new to ASP.NET as well but I suppose the graphic designer turns over a static version to the developer. I would think that would be true in any language.
  • Master Control Reference

    Is there some kind of Master Built-in Control Reference that I can learn about pretty much every built in control that comes with ASP.NET so I don't have to ask about them here?
    Posted to Getting Started (Forum) by Shining Arcanine on 3/17/2004
  • Re: What am I doing wrong?

    I have some more questions (hopefully as I'll code my first ASP.NET Application I'll learn enough to no longer need to ask). Within an if language construct, what would be the equivalent of "and" and "or?" Also, would someone be able to tell me how I could make an ASP.NET equivalent of this PHP Function: function num($number){ $digits=3; return '#'.str_pad($number, $digits, '0', STR_PAD_LEFT); }
    Posted to Getting Started (Forum) by Shining Arcanine on 3/17/2004
Page 1 of 3 (27 items) 1 2 3 Next >