Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
X

xoxoxoxoxoxox

@xoxoxoxoxoxox
About
Posts
41
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Reading an image
    X xoxoxoxoxoxox

    I got scanned forms (JPEG/PDF format) having check boxes in front of each question. I'm looking for a way to digitally read those images and determine whether box is checked or not. Is there any code/article that can help me achieve this goal? Thanks in advance

    Graphics question help

  • Merge two tables
    X xoxoxoxoxoxox

    Thank you very much for your response. Yes, i want to merge 2 DataTable objects into one. I'll try the method you suggested. Thanks again.

    C# csharp question

  • is it possible to have MacNotebook like menus
    X xoxoxoxoxoxox

    Here is a good javascript example. http://ditchnet.org/dhtmlgallery/jsdock.html[^]

    C# csharp question

  • Merge two tables
    X xoxoxoxoxoxox

    I want two merge two tables A & B. Table-A contains column A, B, C and Table-B contains column D, E, F. I want the result table to contain columns from both tables i.e., A,B,C,D,E,F. Is there a way to accomplish this in C#? I'll greatly appreciate any response.

    C# csharp question

  • SQL SELECT query
    X xoxoxoxoxoxox

    I want to display all data from my table except first three colunms. Is there any way to use "select * " query to see all colunms except first three? I'll greatly appreciate any help. Thanks

    Database database help question

  • Form Generator
    X xoxoxoxoxoxox

    Is there any software to generate web forms? I like SQL reporting service but it doesn't let you edit or delete records. Thanks

    Web Development asp-net database question

  • Form Generator
    X xoxoxoxoxoxox

    Is there any form generator or template to create search forms? I just want to display data from my sql server 2005 tables using drop down menu or search field options. I'll greatly appreciate any help.

    Database database sql-server sysadmin help question

  • creating web form
    X xoxoxoxoxoxox

    Is there any form generator or template to create search forms? I just want to display data from my sql server 2005 tables using drop down menu or search field. I'll greatly appreciate any help.

    ASP.NET database sql-server sysadmin help question

  • How to get max on each row [modified]
    X xoxoxoxoxoxox

    Both solutions are perfect! Thank you very much for your answer. -- modified at 17:21 Friday 26th January, 2007

    Database database help tutorial question announcement

  • How to get max on each row [modified]
    X xoxoxoxoxoxox

    Its SQL server 2000. SQL Query Analayzer version 8.0

    Database database help tutorial question announcement

  • How to get max on each row [modified]
    X xoxoxoxoxoxox

    Hi Guys, I want to compare three columns on each row and get the maximum value. I tried using GREATEST(col1,col2,...) function but it didn't work (I hve SQL version 8.0 installed). Is there any way to get max of several colunms per row? Here is how it should look like. =========================================================== ID, measurement_01, measurement_02, measurement_03, maximum =========================================================== 1, 300, 350, 325, 350 2, 225, 275, 400, 400 3, 100, 500, 300, 500 =========================================================== I'll appreciate any help Thanks -- modified at 16:06 Friday 26th January, 2007

    Database database help tutorial question announcement

  • problem getting sum of each row
    X xoxoxoxoxoxox

    Thank you very much! IsNull worked fine.

    Database question help

  • problem getting sum of each row
    X xoxoxoxoxoxox

    Hi, I'm trying to get total of each row in my table. For eample, I have columns x, y and z (all int). To get total, i'm writing "select (x + y + z) As total from myTable". It works fine as long as one of the colunm is not empty. If it finds any null data in x, y or z then total shows up null. How can i get total in such case? Thanks in advance

    Database question help

  • open source file share site
    X xoxoxoxoxoxox

    Does anybody know any good opensource php/mysql blog or forum to share pdf and audio contents?

    Web Development php mysql question

  • PERL - reading from a file
    X xoxoxoxoxoxox

    How can i read a data file between two comments? For example, i want to read data between start and end. Here is the file.. File.txt: abc 123 Start This is the line i want to read and output on the screen end *** output: This is the line i want to read and output on the screen Thanks

    Web Development question perl tutorial

  • Don't know where to post this question
    X xoxoxoxoxoxox

    File1.txt Y O U R File2.txt S I S T E R File3.txt T O L D U R I G H T

    The Back Room question

  • Don't know where to post this question
    X xoxoxoxoxoxox

    Thanks, let me check out Araxis.:)

    The Back Room question

  • Don't know where to post this question
    X xoxoxoxoxoxox

    Hi, I don't know where to post this question so here it is.. I want to merge two text files. Lets say file1.txt & file2.txt and save merged data into file3.txt. file1.txt a b c file2.txt d e f file3.txt (result file) ad be cf So the file3.txt should contain parallel merged data from two files. I know its possible using excel macro/vba but i don't want to use excel. Is there any automated way to do that? any free software or code? I'll appreciate any response. Thanks

    The Back Room question

  • Query to rename colunm
    X xoxoxoxoxoxox

    I don't want to use keyword "as" for 150 columns. Is there any way to rename using "select *" ?

    Database database help tutorial question

  • Query to rename colunm
    X xoxoxoxoxoxox

    Hello, Is there anyway to append some value to colunm name? For example, i have table with 150 colunms and i want to do Select * and append today's date with each colunm name. So column1, column2... should display colunm1_112006, column2_112006 and so on etc. I'll appreciate any help. Thanks in advance.

    Database database help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups