Search Results

Showing results 1 to 40 of 155
Search took 0.02 seconds.
Search: Posts Made By: vuyiswamb
Forum: MS SQL 4 Days Ago
Replies: 5
Views: 174
Posted By vuyiswamb
Thanks For your answer. i want display 11,13 only not two because it appears once.

Thanks
Forum: MS SQL 4 Days Ago
Replies: 5
Views: 174
Posted By vuyiswamb
i get this


and i will try to add it in the select and it will still give me nothing
Forum: MS SQL 4 Days Ago
Replies: 5
Views: 174
Posted By vuyiswamb
Good Day All

i have the Following that table


ID | ACTV |VENU |STUD | TRIES
=====================================
1 1 4 162 0
2 4 5 104 0
3 8 5 138 0
Forum: C# 8 Days Ago
Replies: 3
Views: 291
Posted By vuyiswamb
Thank yo very much guys. The Problem was that i was Closing the connection in the function ExecuteScalarInThread

Thanks
Forum: C# 9 Days Ago
Replies: 3
Views: 291
Posted By vuyiswamb
Good Day All

i have the Following Function


private static void OMEGA_calcActvEqv()
{
SqlConnection conn1 =...
Forum: MS SQL 14 Days Ago
Replies: 2
Views: 354
Posted By vuyiswamb
That is wonderful it worked.

Thanks
Forum: MS SQL 14 Days Ago
Replies: 2
Views: 354
Posted By vuyiswamb
Good Day all

i have the Following Query

DECLARE @CurrentTime DATETIME
SET @CurrentTime = CURRENT_TIMESTAMP
select tr.Descr [Room], tb.Purpose [Purpose], tb.Description [Description],...
Forum: ASP.NET 15 Days Ago
Replies: 1
Views: 227
Posted By vuyiswamb
Good Day All

I have a ASP.NET app. There is a button one of the pages. I have placed a Break point in the Click event and when i click the Button it does not even go to the Break Point it shows...
Forum: MS SQL 16 Days Ago
Replies: 3
Views: 524
Posted By vuyiswamb
Its the same thing. UNC and the Mapped drive is the same thing. so that will not help. i thought there was another way.
Forum: MS SQL 17 Days Ago
Replies: 3
Views: 524
Posted By vuyiswamb
Good Day All

am restoring a Database Programatically in Sql. Now if the backup is located in the remote machine i use a Share





but i will get the Following Error
Forum: MS SQL 23 Days Ago
Replies: 0
Views: 359
Posted By vuyiswamb
Good Day all

i have created a Global Variable as depicted in the following Pic

http://www.tiyaneproperties.co.za/SSIS/pic1.JPG

The Following Screen-shot shows how i created my Variable and...
Forum: MS SQL 24 Days Ago
Replies: 2
Views: 400
Posted By vuyiswamb
Good Morning

This is not an Application, so i will not have a BLL or DAL. i have all the Rights to write to the File System. all i need is help to BCP the given query
Forum: MS SQL 25 Days Ago
Replies: 2
Views: 400
Posted By vuyiswamb
Good Day All

I have the Following Query

DECLARE @CurrentTime DATETIME
SET @CurrentTime = CURRENT_TIMESTAMP
select tr.Descr [Room], tb.Purpose [Purpose], tb.Description [Description],...
Forum: MS SQL 30 Days Ago
Replies: 0
Views: 312
Posted By vuyiswamb
Good Day All

I have a Package created and hosted in a Machine(Theresa) that has SQL 2008 and i have my Development Machine(Vuyiswa) that has IIS and am Debugging from the my machine. i have a...
Forum: VB.NET 32 Days Ago
Replies: 11
Views: 19,088
Posted By vuyiswamb
The Server name cant be localhost. The Server name is the instance of SQL not the name of the Computer. a lot of people confuses this. There is a Difference between Data Source and servername. The...
Forum: MS SQL Oct 16th, 2009
Replies: 4
Views: 423
Posted By vuyiswamb
This Query works


select distinct nP.id, nP.NodeID, nP.parent, nP.Description, nRef.ID refParent
from #Nodes nP
left outer join #Nodes nRef on nP.Parent = nRef.NodeID -- look up the reference...
Forum: MS SQL Oct 15th, 2009
Replies: 4
Views: 423
Posted By vuyiswamb
Thanks now i have Changed my Code to look like this and its working perfect in SQl when i test it.


select distinct nP.id, nP.NodeID, nP.parent, nP.Description, nRef.ID refParent, np.type
from...
Forum: MS SQL Oct 15th, 2009
Replies: 4
Views: 423
Posted By vuyiswamb
Good Day all

it is Probably a long day, i cant think Straight now.

i have a table that looks like this


Nodeid Parent Description Type Curr...
Forum: C# Oct 14th, 2009
Replies: 7
Views: 5,910
Posted By vuyiswamb
Where did you put your Database File ?
Forum: ASP.NET Oct 7th, 2009
Replies: 7
Solved: VS 2008 help
Views: 399
Posted By vuyiswamb
You are Welcome. Mark the Thread as Resolved and give one of us a Reputation is we deserve it

Kind Regards

Vuyiswa Maseko
Forum: MS SQL Oct 7th, 2009
Replies: 1
Views: 448
Posted By vuyiswamb
Good Day All

I have a File Format Defined like this



and i use it like this

BULK INSERT dbo.TBL_CMPS FROM 'C:\\UNISA_IMPORT\\Final_Import\\Campuses.csv'
WITH (
Forum: C# Oct 7th, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
You are Welcome
Forum: ASP.NET Oct 5th, 2009
Replies: 5
Views: 308
Posted By vuyiswamb
Look at this Post and tell me if there is still a problem

http://www.daniweb.com/forums/thread138587.html (http://www.daniweb.com/forums/thread138587.html)

Kind Regards


Vuyiswa Maseko
Forum: C# Oct 5th, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Mark the Post as Resovled and give Reputation if i deserve it :)

Kind Regards

Vuyiswa Maseko
Forum: ASP.NET Oct 5th, 2009
Replies: 2
Views: 312
Posted By vuyiswamb
It is Very Difficult to Help someone who has not Started something. but logically this means that you need to use a Wizard control and Record the selected Questions and at the end give the results of...
Forum: ASP.NET Oct 5th, 2009
Replies: 5
Views: 308
Posted By vuyiswamb
This is not A Correct Approach for a login. This is simple you are Suppose to count the Records that matches the Where Clause and you have included having and Group by clause and that is incorrect....
Forum: ASP.NET Oct 5th, 2009
Replies: 2
Views: 312
Posted By vuyiswamb
Good Day

Why dont you mark your Post as Resolved because your post had been resolved here

http://forums.asp.net/p/1477628/3439861.aspx (http://forums.asp.net/p/1477628/3439861.aspx)
Forum: ASP.NET Oct 5th, 2009
Replies: 2
Views: 332
Posted By vuyiswamb
Good Day

These are two different Technologies,there might be a lot of tools that can convert this for you , but i myself i dont trust them , because a lot of them are not going a good Job. I will...
Forum: ASP.NET Oct 5th, 2009
Replies: 9
Views: 436
Posted By vuyiswamb
First thing, go to your toolbox and Add a Calender control , set the visibility to false, and add a textbox where there value will be passed too and a link button to invoke the calender. in the...
Forum: ASP.NET Oct 5th, 2009
Replies: 7
Solved: VS 2008 help
Views: 399
Posted By vuyiswamb
How many web config do you have in your Project ?

Do something for me, so that i can know what is the problem exactly. go to one of the aspx file and right click -- Open with --> Notepad and Tell...
Forum: C# Oct 5th, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Your SQL Table Must have a Identity Column first change the Defination of your table to this

CREATE TABLE mytable
(
id INT IDENTITY(1,1) PRIMARY KEY not null,
Fname...
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
No Problem and dont Forget to mark the post as resolved and give me my reputation. am going home now enjoy your weekend

Kind Regards

Vuyiswa Maseko
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Here is your Solution

SqlConnection con =new SqlConnection(@"User id=sa;Password=oops;Server=VUYISWA\SQLEXPRESS;Database=Vuyiswa");

SqlCommand cmdinsert = new SqlCommand();
...
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Can you Post your TextFile and a Create Script of your SQl Table and i will give you an Exact code to write.

kind Regards

Vuyiswa Maseko
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Remove the First Column and let SQl add it for you as an identity Column.
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
Am glad you got your Solution . Mark your Post as Resolved

Kind Regards

Vuyiswa Maseko
Forum: ASP.NET Oct 2nd, 2009
Replies: 6
Views: 304
Posted By vuyiswamb
Dont Worry about the REfreshing, add the Grid into an Update Panel to remove the Page Flickers

sandeep_1987 wrote :


mmh i see what you are Saying. It can be done ,but there another way that...
Forum: C# Oct 2nd, 2009
Replies: 26
Views: 2,240
Posted By vuyiswamb
I think you didnt Search enough, look at this


http://sqlserver2000.databases.aspfaq.com/how-do-i-load-text-or-csv-file-data-into-sql-server.html...
Showing results 1 to 40 of 155

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC