Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 75
Search took
0.24
seconds.
Search:
Posts Made By:
rynox
Forum:
Other server side languages/ issues
12-05-2005, 06:30 PM
Replies:
1
SQL Query: Determine PK
Views:
1,657
Posted By
rynox
From Microsoft Support Newsgroup: Try: ...
From Microsoft Support Newsgroup:
Try:
select
*
from
information_schema.constraint_column_usage
where
table_name = 'Order Details'
Forum:
Other server side languages/ issues
12-02-2005, 08:34 PM
Replies:
1
SQL Query: Determine PK
Views:
1,657
Posted By
rynox
SQL Query: Determine PK
I want to do a query on a db's system tables to determine what column(s) are part of the primary key.
Example. SELECT syscolumns.[name]
FROM sysobjects,syscolumns,systypes
...
Forum:
Computer/PC discussions
06-10-2005, 02:49 PM
Replies:
5
Need Advice: Ext USB HDD
Views:
947
Posted By
rynox
Lot's of help, thank you. One more thing. How...
Lot's of help, thank you. One more thing. How can I tell if this server's ports are USB 2.0?
ryno
Forum:
Computer/PC discussions
06-09-2005, 08:47 PM
Replies:
5
Need Advice: Ext USB HDD
Views:
947
Posted By
rynox
Need Advice: Ext USB HDD
We have a IBM xSeries server running MSSQL 2000 and Legato's HSM software. Every night we back up our 12 G SQL database up to tape, but we would also like to make a disk backup of the database.
I...
Forum:
Computer/PC discussions
06-08-2005, 03:40 PM
Replies:
1
Verizon Residential Fiber
Views:
723
Posted By
rynox
Verizon Residential Fiber
I have a cousin & uncle who work for Verizon and they are telling me they've been working on that fiber project in our city. Apparently Verizon will be offering a cable television, phone, &...
Forum:
Computer/PC discussions
06-08-2005, 03:30 PM
Replies:
145
Poll:
whats the best internet browser?
Views:
17,021
Posted By
rynox
Firefox. IE a close second. Not paying for...
Firefox. IE a close second.
Not paying for a browser, sorry.
Forum:
Computer/PC discussions
06-02-2005, 02:42 PM
Replies:
13
my PC is dieing!
Views:
1,556
Posted By
rynox
Oh sure, it could be other things... I was just...
Oh sure, it could be other things... I was just giving you some things to check. Are you overclocking, by any chance? Could be a hard drive going bad.
Forum:
Computer/PC discussions
06-02-2005, 02:17 PM
Replies:
13
my PC is dieing!
Views:
1,556
Posted By
rynox
I assume you have virus protection & firewall...
I assume you have virus protection & firewall installed and up to date.
I would check temps and make sure all your fans are spinning. Sounds like a heat thing to me. If all the fans and heat...
Forum:
Geek News and Humour
05-31-2005, 03:54 PM
Replies:
12
Geeky Your Momma Jokes
Views:
3,296
Posted By
rynox
:D lol
:D lol
Forum:
Computer/PC discussions
05-23-2005, 02:37 AM
Replies:
7
Personal Firewalls
Views:
1,268
Posted By
rynox
Actually, I've been leaning towards purchasing...
Actually, I've been leaning towards purchasing Tiny Personal Firewall for this purpose and using the downgraded 2.0.15 version... but I'm not sure if it will run on Windows 2000 Servers.
I'll...
Forum:
Computer/PC discussions
05-20-2005, 08:13 PM
Replies:
45
What's so bad about Macintosh comps?
Views:
3,156
Posted By
rynox
Geeks like me dislike Macs because we find their...
Geeks like me dislike Macs because we find their simplicity offensive. :rolleyes:
Forum:
Computer/PC discussions
05-20-2005, 08:12 PM
Replies:
7
Personal Firewalls
Views:
1,268
Posted By
rynox
Personal Firewalls
We have a few servers that we want to add a firewall to (software, host-based personal firewall). We want something cheap, simple, and low-profile. More gadgets and eye candy is the last thing we...
Forum:
Geek News and Humour
05-12-2005, 09:38 PM
Replies:
34
New Firefox and Thunderbird Releases
Views:
10,909
Posted By
rynox
Is that similar to pixie dust, or quantum foam?
Is that similar to pixie dust, or quantum foam?
Forum:
Computer/PC discussions
05-12-2005, 09:34 PM
Replies:
36
Poll:
What Antivirus Software do you use?
Views:
4,545
Posted By
rynox
Why on earth do you use two? Should I be using...
Why on earth do you use two? Should I be using 2?
I accidentally voted Norton. I actually use McAfee.
Forum:
Other server side languages/ issues
05-11-2005, 09:32 PM
Replies:
1
MS-SQL, Sorting Question
Views:
797
Posted By
rynox
Answered my own question. In case anyone is...
Answered my own question. In case anyone is interested:SELECT TOP 3 * FROM requests
ORDER BY
CASE STATUS
WHEN 'N' THEN 1
WHEN 'H' THEN 2
WHEN 'P' THEN 3
ELSE 4
...
Forum:
Other server side languages/ issues
05-11-2005, 06:31 PM
Replies:
3
Question about Sending Emails via Web Scripts
Views:
810
Posted By
rynox
Ok, good. I don't think using script engines...
Ok, good.
I don't think using script engines to generate e-mail will be a huge issue, but you might run into a problem with sites that do reverse-DNS lookups on e-mail before it accepts the...
Forum:
Other server side languages/ issues
05-11-2005, 04:24 PM
Replies:
3
Question about Sending Emails via Web Scripts
Views:
810
Posted By
rynox
May I ask if you are attempting to send...
May I ask if you are attempting to send unsolicited e-mail?
Forum:
Other server side languages/ issues
05-11-2005, 04:13 PM
Replies:
1
MS-SQL, Sorting Question
Views:
797
Posted By
rynox
MS-SQL, Sorting Question
I'm sure there has to be a way to do this, but I've never found anything in the online docs. Here is just an example of what I want to do:SELECT TOP 3 * FROM requests That will output something...
Forum:
Computer/PC discussions
05-10-2005, 08:39 PM
Replies:
0
IIS, Doc Root on Netware Drive?
Views:
972
Posted By
rynox
IIS, Doc Root on Netware Drive?
I'm trying to configure Win 2k Pro w/ IIS 5.0. I want the document root for the WWW server to be on a Novell NetWare drive. It has a drive letter and directory:
g:\test
But when I try to access...
Forum:
Computer Programming
05-03-2005, 02:36 PM
Replies:
2
Qbasic here
Views:
691
Posted By
rynox
Qbasic? How vintage! My most cherrished...
Qbasic? How vintage!
My most cherrished qbasic programs was a program I could use to schedule prank phone calls using the modem in the middle of the night. Of course, caller ID ruined the fun.
...
Forum:
Computer Programming
04-27-2005, 09:56 PM
Replies:
2
Extension for Firefox
Views:
803
Posted By
rynox
Thanks, bro, that is too obvious. :o
Thanks, bro, that is too obvious. :o
Forum:
Computer Programming
04-26-2005, 09:02 PM
Replies:
2
Extension for Firefox
Views:
803
Posted By
rynox
Extension for Firefox
Anyone know where I would start if I wanted to build an extension for Firefox?
Ryno
Forum:
Computer Programming
04-25-2005, 09:29 PM
Replies:
1
Support Script
Views:
759
Posted By
rynox
They want dynamic content, but not use a server? ...
They want dynamic content, but not use a server? How about a shared word document *scratching head*.
No, seriously, you could load up one of the workstations with Apache/PHP/mysql, write...
Forum:
ASP
02-10-2005, 02:03 PM
Replies:
1
ASP, Ldap, Session Variables
Views:
1,369
Posted By
rynox
Sorry, answered my own question. I am able...
Sorry, answered my own question.
I am able to submit the form data to a PHP script that will set an http cookie...
setcookie('test','test value');
Redirect to an ASP script and retrieve this...
Forum:
ASP
02-10-2005, 01:50 PM
Replies:
1
ASP, Ldap, Session Variables
Views:
1,369
Posted By
rynox
ASP, Ldap, Session Variables
I need some advice. We are rebuilding our Intranet site and we want to integrate our logins with our Novell eDirectory (NDS). I already have a PHP script that integrates these logins, but the...
Showing results 1 to 25 of 75
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:14 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.