<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VBForums - Database Development</title>
		<link>http://www.vbforums.com/</link>
		<description>Post your questions about developing applications to interact with databases here. Topics include Using the Data Control, DAO, ADO, ODBC, JDBC, JDO, 
database administrative issues and database engines, etc.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 07:22:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.vbforums.com/images/misc/rss.png</url>
			<title>VBForums - Database Development</title>
			<link>http://www.vbforums.com/</link>
		</image>
		<item>
			<title>Windows 7 vs XP and ADODB???</title>
			<link>http://www.vbforums.com/showthread.php?725095-Windows-7-vs-XP-and-ADODB&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 17:05:33 GMT</pubDate>
			<description><![CDATA[I have a VB6 application that uses a ADODB.Connection, Microsoft.Jet.OLEDB.4.0;(MS Access database .mdb).  The program runs fine on my XP machine, but when I run it on a Windows 7 machine, I get errors.  At first I was getrting a "invalid use of NULL" error.  I fixed that by adding " to my text fields (DATA_KEY.Text = C_rs.Fields("Data_key") & "").

Ok...I get passed that error now, but now I noticed that when ever it opens the program with the default "empty" database, the Win7 machine automaticaly adds a new entry and screwas up the key.  Again...the XP machine runs the software flawlessly.

What am I doing wrong? is there an issue with Win7?]]></description>
			<content:encoded><![CDATA[<div>I have a VB6 application that uses a ADODB.Connection, Microsoft.Jet.OLEDB.4.0;(MS Access database .mdb).  The program runs fine on my XP machine, but when I run it on a Windows 7 machine, I get errors.  At first I was getrting a &quot;invalid use of NULL&quot; error.  I fixed that by adding &quot; to my text fields (DATA_KEY.Text = C_rs.Fields(&quot;Data_key&quot;) &amp; &quot;&quot;).<br />
<br />
Ok...I get passed that error now, but now I noticed that when ever it opens the program with the default &quot;empty&quot; database, the Win7 machine automaticaly adds a new entry and screwas up the key.  Again...the XP machine runs the software flawlessly.<br />
<br />
What am I doing wrong? is there an issue with Win7?</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>aa9gg</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?725095-Windows-7-vs-XP-and-ADODB</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] date between ... not working.. :((]]></title>
			<link>http://www.vbforums.com/showthread.php?725049-RESOLVED-date-between-not-working-((&amp;goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 03:46:04 GMT</pubDate>
			<description><![CDATA[i'm trying to generate a report of entries between two dates....
here date1 and date2 are date-time picker values...

Code:
---------
Select * From Expense where supplier = '" & supp & "' AND Date BETWEEN " & date1 & " AND " & date2
---------
and in the db they are date-time values...
but even if i pass the dates as 1/1/2013 and 1/1/2014 it retrieves nothing.. though there are many entries...]]></description>
			<content:encoded><![CDATA[<div>i'm trying to generate a report of entries between two dates....<br />
here date1 and date2 are date-time picker values...<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Select * From Expense where supplier = '&quot; &amp; supp &amp; &quot;' AND Date BETWEEN &quot; &amp; date1 &amp; &quot; AND &quot; &amp; date2</code><hr />
</div>and in the db they are date-time values...<br />
but even if i pass the dates as 1/1/2013 and 1/1/2014 it retrieves nothing.. though there are many entries...</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>developerno1</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?725049-RESOLVED-date-between-not-working-((</guid>
		</item>
		<item>
			<title>Parameter efficiency</title>
			<link>http://www.vbforums.com/showthread.php?725033-Parameter-efficiency&amp;goto=newpost</link>
			<pubDate>Mon, 17 Jun 2013 21:44:58 GMT</pubDate>
			<description><![CDATA[In the interest of wringing a bit of extra speed out of some code, I stumbled across something that surprised me: It looks like using a parameterized query in a SQL query is faster than concatenating values directly into the string. I haven't tested this, but I was wondering if anybody could back that up?

It doesn't seem reasonable, to me, but perhaps it is.]]></description>
			<content:encoded><![CDATA[<div>In the interest of wringing a bit of extra speed out of some code, I stumbled across something that surprised me: It looks like using a parameterized query in a SQL query is faster than concatenating values directly into the string. I haven't tested this, but I was wondering if anybody could back that up?<br />
<br />
It doesn't seem reasonable, to me, but perhaps it is.</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>Shaggy Hiker</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?725033-Parameter-efficiency</guid>
		</item>
		<item>
			<title>SCHEMA.INI with formatted column???</title>
			<link>http://www.vbforums.com/showthread.php?724551-SCHEMA-INI-with-formatted-column&amp;goto=newpost</link>
			<pubDate>Wed, 12 Jun 2013 09:17:39 GMT</pubDate>
			<description><![CDATA[Part of my schema.ini:
[H_-_Report.csv]
MaxScanRows=1
Format=Delimited(;)
ColNameHeader=False
Col1=DR Text
.....
part my test.csv:

122;ecc....
1; ecc...
....

i nedd to format the col1 DR in schema ini with #00000, possible?

in effect when the vb6 code import the csv in table in need in filed DR:
00122
00001
...
and not 

122
1
...]]></description>
			<content:encoded><![CDATA[<div>Part of my schema.ini:<br />
[H_-_Report.csv]<br />
MaxScanRows=1<br />
Format=Delimited(;)<br />
ColNameHeader=False<br />
Col1=DR Text<br />
.....<br />
part my test.csv:<br />
<br />
122;ecc....<br />
1; ecc...<br />
....<br />
<br />
i nedd to format the col1 DR in schema ini with #00000, possible?<br />
<br />
in effect when the vb6 code import the csv in table in need in filed DR:<br />
00122<br />
00001<br />
...<br />
and not <br />
<br />
122<br />
1<br />
...</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724551-SCHEMA-INI-with-formatted-column</guid>
		</item>
		<item>
			<title>Maintaining Code and It Uses LINQ</title>
			<link>http://www.vbforums.com/showthread.php?724117-Maintaining-Code-and-It-Uses-LINQ&amp;goto=newpost</link>
			<pubDate>Fri, 07 Jun 2013 16:03:03 GMT</pubDate>
			<description><![CDATA[Am I in the right forum?  I am enhancing an ASP.NET page, but my question has to do with LINQ and getting data from a table, so I hope so...

I've never written a LINQ statement before but that's how this page gets all its data.  This page creates a PDF and I am changing a section of the PDF.  The data aren't available in a table yet, so I was going to have a temp routine in the code that made and populated the table, then I can "select" from it, and later that code table will be replaced by a SQL table.  The table is very simple, two columns Age and Rate and the ages are "<1 - 20", 21, 22 etc to 65+ and the Rate for now is always $100.00.

How do I learn what LINQ syntax to use against this table?  I started googling LINQ and was overwhelmed, or confused, because all I've found so far is examples of using it with lists and arrays, and a high-level (no example) explanation of how it's better then SQL queries.

So my opening question is do you have a good tutorial of how to use it with a very simple table that selects every row?  You can anticipate other questions as I proceed...  Thanks.]]></description>
			<content:encoded><![CDATA[<div>Am I in the right forum?  I am enhancing an ASP.NET page, but my question has to do with LINQ and getting data from a table, so I hope so...<br />
<br />
I've never written a LINQ statement before but that's how this page gets all its data.  This page creates a PDF and I am changing a section of the PDF.  The data aren't available in a table yet, so I was going to have a temp routine in the code that made and populated the table, then I can &quot;select&quot; from it, and later that code table will be replaced by a SQL table.  The table is very simple, two columns Age and Rate and the ages are &quot;&lt;1 - 20&quot;, 21, 22 etc to 65+ and the Rate for now is always $100.00.<br />
<br />
How do I learn what LINQ syntax to use against this table?  I started googling LINQ and was overwhelmed, or confused, because all I've found so far is examples of using it with lists and arrays, and a high-level (no example) explanation of how it's better then SQL queries.<br />
<br />
So my opening question is do you have a good tutorial of how to use it with a very simple table that selects every row?  You can anticipate other questions as I proceed...  Thanks.</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>MMock</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724117-Maintaining-Code-and-It-Uses-LINQ</guid>
		</item>
		<item>
			<title>VB6 SQL string</title>
			<link>http://www.vbforums.com/showthread.php?724063-VB6-SQL-string&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 20:15:21 GMT</pubDate>
			<description><![CDATA[I don't know how to describe the problem 
I have a sql string that is working

Code:
---------
CardSQL = "SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, " _
     & "DateRinged, DateFlyOut, CageNumber, RingSize, " _
     & "Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, " _
     & "Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species " _
     & "FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, " _
     & "BirdPairing, Species, BreedingCard, Misc " _
     & "WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And " _
     & "BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID"
---------
I also needed fields( Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10 from table breedingcard)
I've put them in the string
so far so good still working

Code:
---------
CardSQL = "SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, " _
     & "DateRinged, DateFlyOut, CageNumber, RingSize, " _
     & "Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10, " _
     & "Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, " _
     & "Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species " _
     & "FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, " _
     & "BirdPairing, Species, BreedingCard, Misc " _
     & "WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And " _
     & "BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID"
---------
Then I tried to do this that is working except when Young1 in the table is empty ore 0 then it won't work
                                      ( & "Young1.BirdID, Young1.BirdName, Young1.BirdColor, Gender, " _
                                        & "Young2.BirdID, Young2.BirdName, Young2.BirdColor, Gender, " _)

  when I leave the last part of  ( & "BreedingCard.Young1 = Young1.BirdID And Young1.GenderID = Misc.MiscID AND " _
                                            & "BreedingCard.Young2 = Young2.BirdID And Young2.GenderID = Misc.MiscID")
it works again but the result is wrong


Code:
---------
CardSQL = "SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, " _
     & "DateRinged, DateFlyOut, CageNumber, RingSize, " _
     & "Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10, " _
     & "Young1.BirdID, Young1.BirdName, Young1.BirdColor, Gender, " _
     & "Young2.BirdID, Young2.BirdName, Young2.BirdColor, Gender, " _
     & "Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, " _
     & "Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species " _
     & "FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, " _
     & "BirdPairing, Species, BreedingCard, Misc " _
     & "WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And " _
     & "BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID And " _
     & "BreedingCard.Young1 = Young1.BirdID And Young1.GenderID = Misc.MiscID AND " _
     & "BreedingCard.Young2 = Young2.BirdID And Young2.GenderID = Misc.MiscID"
---------
I hope this is enough info else let me know]]></description>
			<content:encoded><![CDATA[<div>I don't know how to describe the problem <br />
I have a sql string that is working<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">CardSQL = &quot;SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;DateRinged, DateFlyOut, CageNumber, RingSize, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing, Species, BreedingCard, Misc &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID&quot;</code><hr />
</div>I also needed fields( Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10 from table breedingcard)<br />
I've put them in the string<br />
so far so good still working<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">CardSQL = &quot;SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;DateRinged, DateFlyOut, CageNumber, RingSize, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing, Species, BreedingCard, Misc &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID&quot;</code><hr />
</div>Then I tried to do this that is working except when Young1 in the table is empty ore 0 then it won't work<br />
                                      ( &amp; &quot;Young1.BirdID, Young1.BirdName, Young1.BirdColor, Gender, &quot; _<br />
                                        &amp; &quot;Young2.BirdID, Young2.BirdName, Young2.BirdColor, Gender, &quot; _)<br />
<br />
  when I leave the last part of  ( &amp; &quot;BreedingCard.Young1 = Young1.BirdID And Young1.GenderID = Misc.MiscID AND &quot; _<br />
                                            &amp; &quot;BreedingCard.Young2 = Young2.BirdID And Young2.GenderID = Misc.MiscID&quot;)<br />
it works again but the result is wrong<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">CardSQL = &quot;SELECT RoundID, BreedingCard.PairNumberID, Coupled, DateFirstEgg, TotalEggs, DateHatch, QtyHatched, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;DateRinged, DateFlyOut, CageNumber, RingSize, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Young1, Young2, Young3, Young4, Young5, Young6, Young7, Young8, Young9, Young10, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Young1.BirdID, Young1.BirdName, Young1.BirdColor, Gender, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Young2.BirdID, Young2.BirdName, Young2.BirdColor, Gender, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Male.BirdID, Male.BirdName, Male.BirdColor, Male.BirdOrigin, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;Female.BirdID, Female.BirdName, Female.BirdColor, Female.BirdOrigin, Species &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;FROM Birds AS Male, Birds As Female, Birds AS Young1, Birds AS Young2, &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing, Species, BreedingCard, Misc &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;WHERE BirdPairing.MaleID = Male.BirdID And BirdPairing.FemaleID = Female.BirdID And &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BirdPairing.SpeciesID = Species.SpeciesID And BreedingCard.PairNumberID = BirdPairing.PairNumberID And &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BreedingCard.Young1 = Young1.BirdID And Young1.GenderID = Misc.MiscID AND &quot; _<br />
&nbsp; &nbsp;  &amp; &quot;BreedingCard.Young2 = Young2.BirdID And Young2.GenderID = Misc.MiscID&quot;</code><hr />
</div>I hope this is enough info else let me know</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>hanssnah</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724063-VB6-SQL-string</guid>
		</item>
		<item>
			<title>NAVIGATE in recordset...</title>
			<link>http://www.vbforums.com/showthread.php?724019-NAVIGATE-in-recordset&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 11:16:38 GMT</pubDate>
			<description><![CDATA[I just have a filled recordset.

i need an aexample to naviagate in this recodrset...

similar with the arrow label:

>>> goto the last rset
> move to next rset
<<< goto the first reset
< move bak one rset

ecc... 

note:
i use ado jet and vb6 classic]]></description>
			<content:encoded><![CDATA[<div>I just have a filled recordset.<br />
<br />
i need an aexample to naviagate in this recodrset...<br />
<br />
similar with the arrow label:<br />
<br />
&gt;&gt;&gt; goto the last rset<br />
&gt; move to next rset<br />
&lt;&lt;&lt; goto the first reset<br />
&lt; move bak one rset<br />
<br />
ecc... <br />
<br />
note:<br />
i use ado jet and vb6 classic</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724019-NAVIGATE-in-recordset</guid>
		</item>
		<item>
			<title><![CDATA[I don't understand how foreign keys work]]></title>
			<link>http://www.vbforums.com/showthread.php?724015-I-don-t-understand-how-foreign-keys-work&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 10:39:30 GMT</pubDate>
			<description><![CDATA[My application is generating a receipt and save to the database.

Someone mentioned I should use foreign keys.

I have created two tables:  Receipts and ReceiptDetails

Receipt details table will link the receipt number From `Receipts`     and  list the items bought.

My questions are: How foreign keys are created? and Why use foreign keys.

I don't understand.]]></description>
			<content:encoded><![CDATA[<div>My application is generating a receipt and save to the database.<br />
<br />
Someone mentioned I should use foreign keys.<br />
<br />
I have created two tables:  Receipts and ReceiptDetails<br />
<br />
Receipt details table will link the receipt number From `Receipts`     and  list the items bought.<br />
<br />
My questions are: How foreign keys are created? and Why use foreign keys.<br />
<br />
I don't understand.</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>jcharles12</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724015-I-don-t-understand-how-foreign-keys-work</guid>
		</item>
		<item>
			<title>Internal Error 2349 during SQLSERVER 2005 installation  in windows7.</title>
			<link>http://www.vbforums.com/showthread.php?724005-Internal-Error-2349-during-SQLSERVER-2005-installation-in-windows7&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 07:44:38 GMT</pubDate>
			<description>Hi 
Am new to SQL SERVER and I am trying to install SQL SERVER 2005 in WIndows 7 but it continously end up with the following error message


Code:
---------
Internal Error 2349 during SQLSERVER 2005
---------
Please someone help me...</description>
			<content:encoded><![CDATA[<div>Hi <br />
Am new to SQL SERVER and I am trying to install SQL SERVER 2005 in WIndows 7 but it continously end up with the following error message<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Internal Error 2349 during SQLSERVER 2005</code><hr />
</div>Please someone help me...</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>sreemonv</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?724005-Internal-Error-2349-during-SQLSERVER-2005-installation-in-windows7</guid>
		</item>
		<item>
			<title>compact and reapair</title>
			<link>http://www.vbforums.com/showthread.php?723993-compact-and-reapair&amp;goto=newpost</link>
			<pubDate>Thu, 06 Jun 2013 06:40:50 GMT</pubDate>
			<description>:sick:I use a routine ADOX and vb6 classic, to compact and repair a Access DATABAE.
In this database are present 2 lionked table from othr database access.

But... if i compact and reapair the master database the routine in ADOX, automaticlly compact and repair the secondary database where the tables are linked on the master database or i need to compact also the sencondary database?

Sorry for my bad english:wave:</description>
			<content:encoded><![CDATA[<div>:sick:I use a routine ADOX and vb6 classic, to compact and repair a Access DATABAE.<br />
In this database are present 2 lionked table from othr database access.<br />
<br />
But... if i compact and reapair the master database the routine in ADOX, automaticlly compact and repair the secondary database where the tables are linked on the master database or i need to compact also the sencondary database?<br />
<br />
Sorry for my bad english:wave:</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723993-compact-and-reapair</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] SQL Server replace HTML anchors in Text Col with different style  link]]></title>
			<link>http://www.vbforums.com/showthread.php?723887-RESOLVED-SQL-Server-replace-HTML-anchors-in-Text-Col-with-different-style-link&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 11:30:32 GMT</pubDate>
			<description><![CDATA[I have data in the my tables which can contain text like the below.

As you can see it can contain HTML Anchors.  I need to remove this html, and replace it with a link in the format of {url:http://www.venuesevent.com/qa/,click here}


---Quote---
Issue your certificate to you electronically.
To find out more <a shape="rect" href="http://www.qa.com" alt="tt" name="fff">click here</a> blah blah
---End Quote---
As you can see it looks like I need to attain the url attribute and the inner text, create the link and replace what is currently in place.

I need to do this in TSQL, however the only information I can find on the net is for removing HTML entirely.

NB: The text in the columns other than the links needs to remain and the data could contain more than one link with various attributes.]]></description>
			<content:encoded><![CDATA[<div>I have data in the my tables which can contain text like the below.<br />
<br />
As you can see it can contain HTML Anchors.  I need to remove this html, and replace it with a link in the format of {url:<a rel="nofollow" href="http://www.venuesevent.com/qa/,click" target="_blank">http://www.venuesevent.com/qa/,click</a> here}<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Issue your certificate to you electronically.<br />
To find out more &lt;a shape=&quot;rect&quot; href=&quot;http://www.qa.com&quot; alt=&quot;tt&quot; name=&quot;fff&quot;&gt;click here&lt;/a&gt; blah blah
			
		<hr />
	</div>
</div>As you can see it looks like I need to attain the url attribute and the inner text, create the link and replace what is currently in place.<br />
<br />
I need to do this in TSQL, however the only information I can find on the net is for removing HTML entirely.<br />
<br />
NB: The text in the columns other than the links needs to remain and the data could contain more than one link with various attributes.</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>FishGuy</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723887-RESOLVED-SQL-Server-replace-HTML-anchors-in-Text-Col-with-different-style-link</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] SQLSERVER 2005: Unable to create new Database]]></title>
			<link>http://www.vbforums.com/showthread.php?723867-RESOLVED-SQLSERVER-2005-Unable-to-create-new-Database&amp;goto=newpost</link>
			<pubDate>Wed, 05 Jun 2013 05:56:09 GMT</pubDate>
			<description><![CDATA[I am newly installed SQL SERVER 2005 and when i trying to create a new database its showing the following message


Code:
---------
Either the 'admin-PC\admin' user does not have permission to create a new object in 'ADMIN-PC\SQLSERVER', or the object does not exist.
 (Microsoft.AnalysisServices)
---------
admin-pc is my system name and SQLSERVER is my instance name

Please help me to resolve this.......

Thanks in advance]]></description>
			<content:encoded><![CDATA[<div>I am newly installed SQL SERVER 2005 and when i trying to create a new database its showing the following message<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Either the 'admin-PC\admin' user does not have permission to create a new object in 'ADMIN-PC\SQLSERVER', or the object does not exist.<br />
&nbsp;(Microsoft.AnalysisServices)</code><hr />
</div>admin-pc is my system name and SQLSERVER is my instance name<br />
<br />
Please help me to resolve this.......<br />
<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>sanju4kk</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723867-RESOLVED-SQLSERVER-2005-Unable-to-create-new-Database</guid>
		</item>
		<item>
			<title>use a LIKE statement in parameter query</title>
			<link>http://www.vbforums.com/showthread.php?723799-use-a-LIKE-statement-in-parameter-query&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 17:07:38 GMT</pubDate>
			<description><![CDATA[my piece of code:

Code:
---------
....
VALORE = Trim(Me.TextBox3.Text)

    With CMD
        .ActiveConnection = CONN
        .CommandType = adCmdStoredProc
        .CommandText = "ESTRAI_NOMINATIVO"
        .Parameters.Append .CreateParameter("[NOMIN]", adVarChar, adParamInput, 7, "*" & VALORE & "*")
        Set RS1 = CMD.Execute
        Set CMD = Nothing
    End With
...
---------
naturally dont work:-(

Based VALORE="IP"

i need to get recordset in query based filed NOMINATIVO:

IPA
SAIP
IP
... ecc]]></description>
			<content:encoded><![CDATA[<div>my piece of code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">....<br />
VALORE = Trim(Me.TextBox3.Text)<br />
<br />
&nbsp; &nbsp; With CMD<br />
&nbsp; &nbsp; &nbsp; &nbsp; .ActiveConnection = CONN<br />
&nbsp; &nbsp; &nbsp; &nbsp; .CommandType = adCmdStoredProc<br />
&nbsp; &nbsp; &nbsp; &nbsp; .CommandText = &quot;ESTRAI_NOMINATIVO&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; .Parameters.Append .CreateParameter(&quot;[NOMIN]&quot;, adVarChar, adParamInput, 7, &quot;*&quot; &amp; VALORE &amp; &quot;*&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; Set RS1 = CMD.Execute<br />
&nbsp; &nbsp; &nbsp; &nbsp; Set CMD = Nothing<br />
&nbsp; &nbsp; End With<br />
...</code><hr />
</div>naturally dont work:-(<br />
<br />
Based VALORE=&quot;IP&quot;<br />
<br />
i need to get recordset in query based filed NOMINATIVO:<br />
<br />
IPA<br />
SAIP<br />
IP<br />
... ecc</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="http://www.vbforums.com/attachment.php?attachmentid=100807&amp;stc=1&amp;d=1370365431" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>luca90</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723799-use-a-LIKE-statement-in-parameter-query</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] Problem opening some EXCEL files with bound controls]]></title>
			<link>http://www.vbforums.com/showthread.php?723777-RESOLVED-Problem-opening-some-EXCEL-files-with-bound-controls&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 12:33:41 GMT</pubDate>
			<description><![CDATA[I have two problems, of related but different nature. This question refers to only the first :

(VB6 running under XP)

On my form I have placed an ADODC1 and a DATAGRID1. The DATAGRID has its DATASOURCE set as ADODC1.

I am using this simple code to load a .xls data file to the ADODC : The string PATH has been set to the path of the desired .xls file - eg. "C:\Test.xls"

   CHARA = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & PATH & ";Extended Properties=""Excel
   8.0;HDR=No;IMEX=1"";"

    Adodc1.ConnectionString = CHARA
    
    Adodc1.RecordSource = "[SHEET1$]"

    Adodc1.Refresh
    
    Adodc1.Caption = PATH

On certain .xls files this works fine, and all the rows/columns appear in the datagrid. However when I attempt to load other .xls data files I get an error message :

"Invalid SQL Statement. Expected Delete, Insert, Procedure, Select or Update."

I suspect the problem lies with the connection string. Can anyone please assist?

camoore]]></description>
			<content:encoded><![CDATA[<div>I have two problems, of related but different nature. This question refers to only the first :<br />
<br />
(VB6 running under XP)<br />
<br />
On my form I have placed an ADODC1 and a DATAGRID1. The DATAGRID has its DATASOURCE set as ADODC1.<br />
<br />
I am using this simple code to load a .xls data file to the ADODC : The string PATH has been set to the path of the desired .xls file - eg. &quot;C:\Test.xls&quot;<br />
<br />
   CHARA = &quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&quot; &amp; PATH &amp; &quot;;Extended Properties=&quot;&quot;Excel<br />
   8.0;HDR=No;IMEX=1&quot;&quot;;&quot;<br />
<br />
    Adodc1.ConnectionString = CHARA<br />
    <br />
    Adodc1.RecordSource = &quot;[SHEET1$]&quot;<br />
<br />
    Adodc1.Refresh<br />
    <br />
    Adodc1.Caption = PATH<br />
<br />
On certain .xls files this works fine, and all the rows/columns appear in the datagrid. However when I attempt to load other .xls data files I get an error message :<br />
<br />
&quot;Invalid SQL Statement. Expected Delete, Insert, Procedure, Select or Update.&quot;<br />
<br />
I suspect the problem lies with the connection string. Can anyone please assist?<br />
<br />
camoore</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>camoore</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723777-RESOLVED-Problem-opening-some-EXCEL-files-with-bound-controls</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] SSRS - delete a textbox in a tablix]]></title>
			<link>http://www.vbforums.com/showthread.php?723775-RESOLVED-SSRS-delete-a-textbox-in-a-tablix&amp;goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 12:10:29 GMT</pubDate>
			<description><![CDATA[I have a report on which goes a zip code and if the US zip code is nine characters instead of five, it wraps to the next line.

To the right of the zip code is a textbox which I don't need.  It's always blank and it's just there because it falls in a column.  See my attached screen shot.

In Visual Studio with the report solution loaded, I tried to delete the textbox by right-clicking and selecting delete, but it created another one.  So, for example, the name of the textbox is Textbox181.  I deleted it and another textbox was created in its place called Textbox6.  If I delete that, it creates one called Textbox7.  I think that would go on indefinitely...

You can see I have eight columns in the tablix.  See how the first six rows run across the whole tablix?  Can I have Zip run across the remaining two columns on the right?  I tried editing the rdl file's xml directly but when VS loaded it I had an index out of bounds error (or something to that affect).  I did not create this report initially, but it would be like how Fax is allowed to take up three columns.

Thanks.]]></description>
			<content:encoded><![CDATA[<div>I have a report on which goes a zip code and if the US zip code is nine characters instead of five, it wraps to the next line.<br />
<br />
To the right of the zip code is a textbox which I don't need.  It's always blank and it's just there because it falls in a column.  See my attached screen shot.<br />
<br />
In Visual Studio with the report solution loaded, I tried to delete the textbox by right-clicking and selecting delete, but it created another one.  So, for example, the name of the textbox is Textbox181.  I deleted it and another textbox was created in its place called Textbox6.  If I delete that, it creates one called Textbox7.  I think that would go on indefinitely...<br />
<br />
You can see I have eight columns in the tablix.  See how the first six rows run across the whole tablix?  Can I have Zip run across the remaining two columns on the right?  I tried editing the rdl file's xml directly but when VS loaded it I had an index out of bounds error (or something to that affect).  I did not create this report initially, but it would be like how Fax is allowed to take up three columns.<br />
<br />
Thanks.</div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="http://www.vbforums.com/attachment.php?attachmentid=100793&amp;stc=1&amp;d=1370347714" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?3-Database-Development">Database Development</category>
			<dc:creator>MMock</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?723775-RESOLVED-SSRS-delete-a-textbox-in-a-tablix</guid>
		</item>
	</channel>
</rss>
