| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 951 人关注过本帖
标题:数据库连接问题
取消只看楼主 加入收藏
jy02368430
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2007-1-11
收藏
 问题点数:0 回复次数:2 
数据库连接问题

大家连接数据库的时候是手动输入代码手动连接
还是用V studio里的连接,让他自动添加代码?
不过他自动连接时,我好象找不到他的连接代码在哪?
就好象连接MS SQL SERVER时,这句代码我就没在他里边找到过类似的
SqlConnection obc1=new SqlConnection("User ID=sa;Initial Catalog=wori;Data Source=127.0.0.1");

搜索更多相关主题的帖子: 数据库 SQL SERVER 代码 Catalog 
2007-03-28 22:35
jy02368430
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2007-1-11
收藏
得分:0 

是这里吗?好象没有啊,还是我连接的方法不对?
mespace WindowsApplication1
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows 窗体设计器生成的代码

/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.woriDataSet = new WindowsApplication1.woriDataSet();
this.table1BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.table1TableAdapter = new WindowsApplication1.woriDataSetTableAdapters.Table1TableAdapter();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.woriDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.table1BindingSource)).BeginInit();
this.SuspendLayout();
//
// woriDataSet
//
this.woriDataSet.DataSetName = "woriDataSet";
this.woriDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// table1BindingSource
//
this.table1BindingSource.DataMember = "Table1";
this.table1BindingSource.DataSource = this.woriDataSet;
//
// table1TableAdapter
//
this.table1TableAdapter.ClearBeforeFill = true;
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.woriDataSet, "Table1.name", true));
this.textBox1.Location = new System.Drawing.Point(12, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 272);
this.Controls.Add(this.textBox1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.woriDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.table1BindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

}

#endregion

private woriDataSet woriDataSet;
private System.Windows.Forms.BindingSource table1BindingSource;
private WindowsApplication1.woriDataSetTableAdapters.Table1TableAdapter table1TableAdapter;
private System.Windows.Forms.TextBox textBox1;
}
}

2007-03-28 23:01
jy02368430
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2007-1-11
收藏
得分:0 

怎么连个热心人都没有?

大家连接数据库的时候是手动输入代码手动连接
还是用V studio里的连接,让他自动添加代码?

2007-03-29 14:30
快速回复:数据库连接问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.054826 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved