713 Posted Topics

Member Avatar for ppetree

[CODE]select security into [/CODE] will result in a table with a column named security. Unfortunately this will only run once, as the second time around the table will exist and you'll receive an error. If you intend user_sec to be a variable, you need to declare it and use the …

Member Avatar for ppetree
0
138
Member Avatar for BillyMagic
Member Avatar for adam_k
-4
77
Member Avatar for kipslem

You are not showing what you are using to populate calldate, so I'm skipping it. Instead go with getdate(), but use it with [CODE]convert(char(10),getdate(), )[/CODE] and add the appropriate date style. You can look it up here [url]http://msdn.microsoft.com/en-us/library/aa226054(v=sql.80).aspx[/url]

Member Avatar for Pgmer
0
330
Member Avatar for Start4me

I'll agree with the settings approach, but it will take a bit more than that. Start by going to your project properties, select the settings tab and create a new setting, naming it hide_panel for now Go the "Settings" form and use this code [CODE] If CheckBox1.Checked = True Then …

Member Avatar for adam_k
0
314
Member Avatar for Netcode

use both Unhnd_Exception's posts to get your results. You need both the & and the vbcrlf (or just a space before where) AND single quotes around BASIC MIDWIVES.

Member Avatar for Netcode
0
148
Member Avatar for gmadeira

I'm getting outside my area of expertise here, so this could be completely rubish... Would handling this data (code, date, value) as dimensions of a cube solve this need?

Member Avatar for gmadeira
0
104
Member Avatar for Eekhoorn

Try running your program as Administrator. It should be one of the security features that is stopping you. You could try working in the documents folder, in order to avoid having to run it as Administrator.

Member Avatar for adam_k
0
252
Member Avatar for bluehangook629
Member Avatar for bluehangook629
0
182
Member Avatar for TedMosby

Sounds like your sproc is expecting the @pFilePathName parameter, which you are not providing. It could just be that you've declared the filename as @pFilePathName in your sproc and you are passing it as @pCSVFile in your VB.

Member Avatar for TedMosby
0
133
Member Avatar for milas

My guess is that you've gone wrong here: [CODE] ElseIf ViewState.Item("Getnameload").ToString = "True" Then[/CODE] I can't really see a path where the getname would fire as I can't find where [CODE]ViewState.Item("nameload").ToString = "True"[/CODE] this would result in TRUE, but so I can't find a path where the elseif condition would …

Member Avatar for adam_k
0
117
Member Avatar for Lee21

I believe that you are getting the error because you are starting the transaction in the SQL command and not the connection. I don't have .Net available right now to check and present you the code, but I would try to start the transaction with the connection and use that …

Member Avatar for adam_k
0
598
Member Avatar for STP_Captain_Slo

Why don't you create a local batch file, containing the pushd command and the batchfile and execute it locally?

Member Avatar for adam_k
0
286
Member Avatar for zepi

In MS SQL Server Management Studio: Right click the view and select script view as > create to > New Query Editor Window. A more "advanced" approach is to visit sys.sql_modules (I'm not sure about the modules part of the table).

Member Avatar for adam_k
0
117

The End.