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
S

Sk8tzz

@Sk8tzz
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQLLite c# Wrapper
    S Sk8tzz

    Sorry.. typo mistake 'USERS' is the table.. Also if you are using an ms sql db, then you can also do something like this IF EXISTS (SELECT 1 FROM sysobjects WHERE xtype='u' AND name='tablename') --- 'tablename exists.' ELSE --- 'tablename does not exist.' Dropping Table DROP TABLE SALARY IF EXIST then create it again CREATE TABLE SALARY ( ... ) There are many ways to solve what you are trying to do..

    .NET Rules

    C# csharp database help tutorial question

  • exception
    S Sk8tzz

    Hi.. The exception only get thrown were you use the null reference, can you post the code, and give the line num that tthrows the exception. Maybe we can see what you really trying to do. :doh::~

    .NET Rules

    C# help

  • ODBC Native API
    S Sk8tzz

    Hi.. Has anyone wrapped the ODBC Native API into a managed C++ class. From what I have researched natiive ODBC API is still the fastest way to fecth records. Sk8tz

    .NET Rules

    Managed C++/CLI c++ csharp json

  • SQLLite c# Wrapper
    S Sk8tzz

    Use Transact SQL.. Something like. IF 'USERS' NOT EXIST THEN CREATE TABLE ( ... ) Hopes his helps...

    .NET Rules

    C# csharp database help tutorial question

  • exception
    S Sk8tzz

    Its null reference because you havent instantiated or assigned to an instance. Why it throws an exception is because you using even though it is null reference. Hope this answers your question..

    .NET Rules

    C# help

  • Reset record number of a crystal report at the page break
    S Sk8tzz

    Hi.. Crystal does have global variables for pagenumber, or force reset of pagenumber, and you probaly have to to do this check and reset on the page header or footer group. .NET Rules

    C# question

  • sql table index (SQL2005)
    S Sk8tzz

    Thanks, will test, trying to write a unique little DAL that does not require any generated code, strongly typed as well. :cool: .NET Rules

    Database database csharp sharepoint sql-server performance

  • sql table index (SQL2005)
    S Sk8tzz

    I know that, I looked at that sp and I'm still fuzzy about what exactly its doing. Is there a simpler way of quering this info. :~ .NET Rules

    Database database csharp sharepoint sql-server performance

  • sql table index (SQL2005)
    S Sk8tzz

    Hi. I want to retrieve the list of indexes against a table, and the fields in the index. Also if posible the ordinal of that index. I know that sp_helpindex, will retrieve that information, but I want to do it through TSQL. Does anyone know the query or queries to retrieve this information, please post it here. Also performance is an issue, so this info must be retrieved fast. :->:->:-> .NET Rules

    Database database csharp sharepoint sql-server performance
  • Login

  • Don't have an account? Register

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